mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/pprof: remove -show_bytes from command line help
This flag no longer exists. It has been replaced with -unit=byte. Change-Id: Iff9fc501f2c666067c9b1948c4623c8e3adddb8d Reviewed-on: https://go-review.googlesource.com/1287 Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
1757b5cc74
commit
3fa5d3a6dc
1 changed files with 0 additions and 1 deletions
|
|
@ -886,7 +886,6 @@ var usageMsg = "Output file parameters (for file-based output formats):\n" +
|
|||
"Miscellaneous:\n" +
|
||||
" -call_tree Generate a context-sensitive call tree\n" +
|
||||
" -unit=u Convert all samples to unit u for display\n" +
|
||||
" -show_bytes Display all space in bytes\n" +
|
||||
" -divide_by=f Scale all samples by dividing them by f\n" +
|
||||
" -buildid=id Override build id for main binary in profile\n" +
|
||||
" -tools=path Search path for object-level tools\n" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue