From 2c0a46d6046cfd4895a30dbcb3d60d0ad9744166 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 5 Mar 2012 11:52:31 +1100 Subject: [PATCH] cmd/go: fix grammar error in help messages R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5729061 --- src/cmd/go/build.go | 2 +- src/cmd/go/doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/go/build.go b/src/cmd/go/build.go index cb1774103a5..c330bd5de90 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 633b1170247..51514cb4fb9 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.