]> Cypherpunks repositories - gostls13.git/commitdiff
gofix: fix godoc doc
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 16 Mar 2011 04:20:46 +0000 (15:20 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 16 Mar 2011 04:20:46 +0000 (15:20 +1100)
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/4290049

src/cmd/gofix/doc.go

index e267d5d7bfc2288d04ea0101e5373f5a26a62bda..902fe76f2257f1c69dcb644a0009ac5a85d297a9 100644 (file)
@@ -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