summaryrefslogtreecommitdiff
path: root/src/cmd/go/build.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/build.go')
-rw-r--r--src/cmd/go/build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/build.go b/src/cmd/go/build.go
index cb1774103..c330bd5de 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.