diff options
| author | Alex Brainman <alex.brainman@gmail.com> | 2011-03-16 15:20:46 +1100 |
|---|---|---|
| committer | Alex Brainman <alex.brainman@gmail.com> | 2011-03-16 15:20:46 +1100 |
| commit | bcd747204d840e8368f42a0f7f7ef5fa10aed2bc (patch) | |
| tree | 82eb4b3aa1a15a56c9cf38e35c7a3879aa9ec8f6 | |
| parent | 35c274a0dad8f123031e87104b18ed1890616825 (diff) | |
| download | go-bcd747204d840e8368f42a0f7f7ef5fa10aed2bc.tar.xz | |
gofix: fix godoc doc
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/4290049
| -rw-r--r-- | src/cmd/gofix/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gofix/doc.go b/src/cmd/gofix/doc.go index e267d5d7bf..902fe76f22 100644 --- a/src/cmd/gofix/doc.go +++ b/src/cmd/gofix/doc.go @@ -24,7 +24,7 @@ rewrites are idempotent, so that it is safe to apply gofix to updated or partially updated code even without using the -r flag. Gofix prints the full list of fixes it can apply in its help output; -to see them, run godoc -?. +to see them, run gofix -?. Gofix does not make backup copies of the files that it edits. Instead, use a version control system's ``diff'' functionality to inspect |
