mirror of
https://github.com/golang/go
synced 2024-11-26 16:26:49 -07:00
prototype nit
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=15906 CL=15909
This commit is contained in:
parent
34bb7a0bb2
commit
d4edee3dd0
@ -31,7 +31,7 @@ int registers; // print registers
|
||||
int stacks; // print stack traces
|
||||
|
||||
void
|
||||
Usage()
|
||||
Usage(void)
|
||||
{
|
||||
fprint(2, "Usage: prof -p pid [-t total_secs] [-d delta_msec] [6.out]\n");
|
||||
fprint(2, "\tformats (default -h):\n");
|
||||
|
Loading…
Reference in New Issue
Block a user