Skip to content

Commit

Permalink
cmd/fix: mention -help instead of the non-existent -? flag
Browse files Browse the repository at this point in the history
Update #8314

TBR=r
R=golang-codereviews
CC=golang-codereviews
https://golang.org/cl/123890043
  • Loading branch information
adg committed Aug 7, 2014
1 parent e03bce1 commit fad69a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/fix/doc.go
Expand Up @@ -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
Expand Down

0 comments on commit fad69a7

Please sign in to comment.