Commit 997ed6fd authored by Rob Pike's avatar Rob Pike

cmd/go: make it clearer that go generate accepts all build flags

Just add one word to clarify that -n -v -x are not the only build flags supported.

Fixes #13237.

Change-Id: I880472639bf2fc1a0751a83041bc7ddd0c9e55f4
Reviewed-on: https://go-review.googlesource.com/17062Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
parent f2a0fc10
......@@ -451,7 +451,7 @@ Go generate accepts one specific flag:
any trailing spaces and final newline) matches the
expression.
It also accepts the standard build flags -v, -n, and -x.
It also accepts the standard build flags including -v, -n, and -x.
The -v flag prints the names of packages and files as they are
processed.
The -n flag prints commands that would be executed.
......
......@@ -115,7 +115,7 @@ Go generate accepts one specific flag:
any trailing spaces and final newline) matches the
expression.
It also accepts the standard build flags -v, -n, and -x.
It also accepts the standard build flags including -v, -n, and -x.
The -v flag prints the names of packages and files as they are
processed.
The -n flag prints commands that would be executed.
......
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