mirror of
https://github.com/go-delve/delve.git
synced 2025-08-05 21:16:59 +02:00
terminal/command: Fix typo in goroutines help output (#4024)
This commit is contained in:
parent
2e8df9d9b6
commit
e0d1070966
@ -483,7 +483,7 @@ GROUPING
|
||||
goloc: groups goroutines by the location of the go instruction that created the goroutine
|
||||
startloc: groups goroutines by the location of the start function
|
||||
running: groups goroutines by whether they are running or not
|
||||
user: groups goroutines by weather they are user or runtime goroutines
|
||||
user: groups goroutines by whether they are user or runtime goroutines
|
||||
|
||||
|
||||
Groups goroutines by the given location, running status or user classification, up to 5 goroutines per group will be displayed as well as the total number of goroutines in the group.
|
||||
|
@ -314,7 +314,7 @@ GROUPING
|
||||
goloc: groups goroutines by the location of the go instruction that created the goroutine
|
||||
startloc: groups goroutines by the location of the start function
|
||||
running: groups goroutines by whether they are running or not
|
||||
user: groups goroutines by weather they are user or runtime goroutines
|
||||
user: groups goroutines by whether they are user or runtime goroutines
|
||||
|
||||
|
||||
Groups goroutines by the given location, running status or user classification, up to 5 goroutines per group will be displayed as well as the total number of goroutines in the group.
|
||||
|
Loading…
Reference in New Issue
Block a user