Skip to content

Commit

Permalink
cmd/pprof: remove -show_bytes from command line help
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aclements committed Dec 11, 2014
1 parent 1757b5c commit 3fa5d3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/pprof/internal/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" +
Expand Down

0 comments on commit 3fa5d3a

Please sign in to comment.