mirror of
https://github.com/golang/go
synced 2024-11-20 10:44:41 -07:00
prof: fix typo in usage string
Fixes #948. R=rsc CC=golang-dev https://golang.org/cl/1890043
This commit is contained in:
parent
5f14f0690b
commit
f656a87697
@ -55,7 +55,7 @@ Usage(void)
|
||||
{
|
||||
fprint(2, "Usage: prof -p pid [-t total_secs] [-d delta_msec] [6.out args ...]\n");
|
||||
fprint(2, "\tformats (default -h):\n");
|
||||
fprint(2, "\t\t-c file.prof: write [c]pprof output to file.prof\n");
|
||||
fprint(2, "\t\t-P file.prof: write [c]pprof output to file.prof\n");
|
||||
fprint(2, "\t\t-h: histograms\n");
|
||||
fprint(2, "\t\t-f: dynamic functions\n");
|
||||
fprint(2, "\t\t-l: dynamic file and line numbers\n");
|
||||
|
Loading…
Reference in New Issue
Block a user