Commit 2c0a46d6 authored by Rob Pike's avatar Rob Pike

cmd/go: fix grammar error in help messages

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5729061
parent 4d7017dc
......@@ -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.
......
......@@ -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.
......
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