diff --git a/Documentation/cli/README.md b/Documentation/cli/README.md index 11314e86..aa1d4ac4 100644 --- a/Documentation/cli/README.md +++ b/Documentation/cli/README.md @@ -301,7 +301,7 @@ Aliases: gr ## goroutines List program goroutines. - goroutines [-u (default: user location)|-r (runtime location)|-g (go statement location)|-s (start location)] [ -t (stack trace)] + goroutines [-u (default: user location)|-r (runtime location)|-g (go statement location)|-s (start location)] [-t (stack trace)] [-l (labels)] Print out info for every goroutine. The flag controls what information is shown along with each goroutine: diff --git a/pkg/terminal/command.go b/pkg/terminal/command.go index f3c5a7b7..0acad6b3 100644 --- a/pkg/terminal/command.go +++ b/pkg/terminal/command.go @@ -182,7 +182,7 @@ Current limitations: If called with the linespec argument it will delete all the breakpoints matching the linespec. If linespec is omitted all breakpoints are deleted.`}, {aliases: []string{"goroutines", "grs"}, group: goroutineCmds, cmdFn: goroutines, helpMsg: `List program goroutines. - goroutines [-u (default: user location)|-r (runtime location)|-g (go statement location)|-s (start location)] [ -t (stack trace)] + goroutines [-u (default: user location)|-r (runtime location)|-g (go statement location)|-s (start location)] [-t (stack trace)] [-l (labels)] Print out info for every goroutine. The flag controls what information is shown along with each goroutine: