1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:24:41 -07:00

cmd/go: fix grammar error in help messages

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5729061
This commit is contained in:
Rob Pike 2012-03-05 11:52:31 +11:00
parent 4d7017dcd0
commit 2c0a46d604
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ The build flags are shared by the build, install, run, and test commands:
-a -a
force rebuilding of packages that are already up-to-date. force rebuilding of packages that are already up-to-date.
-n -n
print the commands but does not run them. print the commands but do not run them.
-p n -p n
the number of builds that can be run in parallel. the number of builds that can be run in parallel.
The default is the number of CPUs available. The default is the number of CPUs available.

View File

@ -60,7 +60,7 @@ The build flags are shared by the build, install, run, and test commands:
-a -a
force rebuilding of packages that are already up-to-date. force rebuilding of packages that are already up-to-date.
-n -n
print the commands but does not run them. print the commands but do not run them.
-p n -p n
the number of builds that can be run in parallel. the number of builds that can be run in parallel.
The default is the number of CPUs available. The default is the number of CPUs available.