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.