Commit 0e55f201 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

cmd/dist: add test to usage message's list of commands

Change-Id: Id1edbed38c94e7c1c13a0200c44edf2b9ae5f087
Reviewed-on: https://go-review.googlesource.com/8040Reviewed-by: 's avatarDavid Crawshaw <crawshaw@golang.org>
parent 41f9c430
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment