Skip to content

Commit

Permalink
reorg the help text
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll committed Jan 20, 2017
1 parent fa69688 commit 3fe5c6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ const helpText = `Usage: gops is a tool to list and diagnose Go processes.
gops cmd <pid> See the commands below.
Commands:
gc Runs the garbage collector and blocks until successful.
stack Prints the stack trace.
memstats Prints the garbage collection stats.
gc Runs the garbage collector and blocks until successful.
memstats Prints the allocation and garbage collection stats.
version Prints the Go version used to build the program.
stats Prints the vital runtime stats.
help Prints this help text.
Profiling commands:
pprof-heap Reads the heap profile and launches "go tool pprof".
pprof-cpu Reads the CPU profile and launches "go tool pprof".
help Prints this help text.
All commands require the agent running on the Go process.
Symbol "*" indicates the process runs the agent.`
Expand Down

0 comments on commit 3fe5c6c

Please sign in to comment.