]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix documentation
authorAlexandre Cesaro <alexandre.cesaro@gmail.com>
Fri, 12 Jun 2015 10:16:07 +0000 (12:16 +0200)
committerIan Lance Taylor <iant@golang.org>
Fri, 12 Jun 2015 13:23:14 +0000 (13:23 +0000)
commit0d0ce8a2afb5f31bbbc842910b643192a7d8767e
tree4ef57e365d9b51cf3d36d605319f358f5142bd63
parent202ef487fe7e6289e02c60910d5dd0d6bb44cad1
cmd/go: fix documentation

The command "go tool pprof help" does not work:

    $ go tool pprof help
    open help: no such file or directory

The right command is "go tool pprof -h".

Change-Id: Icef5d4ab76774905854e46665ac1166d26d35f46
Reviewed-on: https://go-review.googlesource.com/10970
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/test.go