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:
parent
e03bce158f
commit
fad69a7b77
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user