1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:04:42 -07:00

cmd/oracle: Fix help message for Go Oracle usage.

Change-Id: Iba2c49c380ca81cd76b84c384ff468b8779f80e4
Reviewed-on: https://go-review.googlesource.com/15382
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Nathan VanBenschoten 2015-10-04 05:01:51 -04:00 committed by Andrew Gerrand
parent 3d33c30540
commit 78a4eef087

View File

@ -78,7 +78,7 @@ Describe the syntax at offset 530 in this file (an import spec):
golang.org/x/tools/cmd/oracle
Print the callgraph of the trivial web-server in JSON format:
% oracle -format=json $GOROOT/src/net/http/triv.go callgraph
% oracle -format=json callstack $GOROOT/src/net/http/triv.go
` + loader.FromArgsUsage
var cpuprofile = flag.String("cpuprofile", "", "write cpu profile to file")