aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-08-07 23:24:32 +1000
committerAndrew Gerrand <adg@golang.org>2014-08-07 23:24:32 +1000
commitfad69a7b77a7996b0308bdbcd559b78b32046bb3 (patch)
treec9fc44dc8bed89b08996222f98c71dafd5a8eb70 /src/cmd
parente03bce158fba5f13dd7f2f0a86a40eb14958300b (diff)
downloadgo-fad69a7b77a7996b0308bdbcd559b78b32046bb3.tar.xz
cmd/fix: mention -help instead of the non-existent -? flag
Update #8314 TBR=r R=golang-codereviews CC=golang-codereviews https://golang.org/cl/123890043
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/fix/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/fix/doc.go b/src/cmd/fix/doc.go
index 5de3e08c59..0570169576 100644
--- a/src/cmd/fix/doc.go
+++ b/src/cmd/fix/doc.go
@@ -27,7 +27,7 @@ rewrites are idempotent, so that it is safe to apply fix to updated
or partially updated code even without using the -r flag.
Fix prints the full list of fixes it can apply in its help output;
-to see them, run go tool fix -?.
+to see them, run go tool fix -help.
Fix does not make backup copies of the files that it edits.
Instead, use a version control system's ``diff'' functionality to inspect