From 78a4eef08756bc7b2099267d8bd96606ae7d3400 Mon Sep 17 00:00:00 2001 From: Nathan VanBenschoten Date: Sun, 4 Oct 2015 05:01:51 -0400 Subject: [PATCH] cmd/oracle: Fix help message for Go Oracle usage. Change-Id: Iba2c49c380ca81cd76b84c384ff468b8779f80e4 Reviewed-on: https://go-review.googlesource.com/15382 Reviewed-by: Andrew Gerrand --- cmd/oracle/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/oracle/main.go b/cmd/oracle/main.go index a7a16618..7b23b151 100644 --- a/cmd/oracle/main.go +++ b/cmd/oracle/main.go @@ -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")