mirror of
https://github.com/golang/go
synced 2024-11-19 03:14:42 -07:00
cmd/dist: add test to usage message's list of commands
Change-Id: Id1edbed38c94e7c1c13a0200c44edf2b9ae5f087 Reviewed-on: https://go-review.googlesource.com/8040 Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
parent
41f9c430f3
commit
0e55f201d6
1
src/cmd/dist/build.go
vendored
1
src/cmd/dist/build.go
vendored
@ -1020,6 +1020,7 @@ func usage() {
|
||||
"clean deletes all built files\n" +
|
||||
"env [-p] print environment (-p: include $PATH)\n" +
|
||||
"install [dir] install individual directory\n" +
|
||||
"test [-h] run Go test(s)\n" +
|
||||
"version print Go version\n" +
|
||||
"\n" +
|
||||
"All commands take -v flags to emit extra information.\n",
|
||||
|
Loading…
Reference in New Issue
Block a user