]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/fix: mention -help instead of the non-existent -? flag
authorAndrew Gerrand <adg@golang.org>
Thu, 7 Aug 2014 13:24:32 +0000 (23:24 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 7 Aug 2014 13:24:32 +0000 (23:24 +1000)
Update #8314

TBR=r
R=golang-codereviews
CC=golang-codereviews
https://golang.org/cl/123890043

src/cmd/fix/doc.go

index 5de3e08c599072e2950265b08b00f4fad6280f34..0570169576b62355f8cfb01cf0765abdcf4feebb 100644 (file)
@@ -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