]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/pprof: remove -show_bytes from command line help
authorAustin Clements <austin@google.com>
Tue, 9 Dec 2014 20:36:10 +0000 (15:36 -0500)
committerAustin Clements <austin@google.com>
Thu, 11 Dec 2014 15:23:18 +0000 (15:23 +0000)
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>
src/cmd/pprof/internal/driver/driver.go

index 68b5d1b6188b16d60ddef9e424b92eab697edda9..a9f6c844f454a8b7c9aee9d947a1e61f5b46110c 100644 (file)
@@ -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" +