]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix grammar error in help messages
authorRob Pike <r@golang.org>
Mon, 5 Mar 2012 00:52:31 +0000 (11:52 +1100)
committerRob Pike <r@golang.org>
Mon, 5 Mar 2012 00:52:31 +0000 (11:52 +1100)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5729061

src/cmd/go/build.go
src/cmd/go/doc.go

index cb1774103a5d2b32a2691ceef6835e7b53cc76d5..c330bd5de90c9dcdeb64598d750baacb4d2f3974 100644 (file)
@@ -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.
index 633b1170247e00c590d24b74ed6af300205654da..51514cb4fb9a01667f880ecb8ae7ed934b4d9308 100644 (file)
@@ -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.