1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:30:23 -07:00

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
This commit is contained in:
Andrew Gerrand 2014-08-07 23:24:32 +10:00
parent e03bce158f
commit fad69a7b77

View 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