From: Rob Pike Date: Mon, 5 Mar 2012 00:52:31 +0000 (+1100) Subject: cmd/go: fix grammar error in help messages X-Git-Tag: weekly.2012-03-04~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2c0a46d6046cfd4895a30dbcb3d60d0ad9744166;p=gostls13.git cmd/go: fix grammar error in help messages R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5729061 --- diff --git a/src/cmd/go/build.go b/src/cmd/go/build.go index cb1774103a..c330bd5de9 100644 --- a/src/cmd/go/build.go +++ b/src/cmd/go/build.go @@ -46,7 +46,7 @@ The build flags are shared by the build, install, run, and test commands: -a force rebuilding of packages that are already up-to-date. -n - print the commands but does not run them. + print the commands but do not run them. -p n the number of builds that can be run in parallel. The default is the number of CPUs available. diff --git a/src/cmd/go/doc.go b/src/cmd/go/doc.go index 633b117024..51514cb4fb 100644 --- a/src/cmd/go/doc.go +++ b/src/cmd/go/doc.go @@ -60,7 +60,7 @@ The build flags are shared by the build, install, run, and test commands: -a force rebuilding of packages that are already up-to-date. -n - print the commands but does not run them. + print the commands but do not run them. -p n the number of builds that can be run in parallel. The default is the number of CPUs available.