]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: add test to usage message's list of commands
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 24 Mar 2015 20:16:03 +0000 (13:16 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 24 Mar 2015 20:22:23 +0000 (20:22 +0000)
Change-Id: Id1edbed38c94e7c1c13a0200c44edf2b9ae5f087
Reviewed-on: https://go-review.googlesource.com/8040
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/dist/build.go

index 6979aa46531f0b360b0c5063d8ddef836bc72954..ba624aa5efaa053762c5069643e8e419c294f8f4 100644 (file)
@@ -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",