From: Christoph Hack Date: Tue, 3 Jan 2012 01:06:12 +0000 (+1100) Subject: cmd/go: refer to the right command in the doc description. X-Git-Tag: weekly.2012-01-15~164 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a274798d6ec9da6e1b7ba073795a4b3fb381b9b4;p=gostls13.git cmd/go: refer to the right command in the doc description. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5501072 --- diff --git a/src/cmd/go/fmt.go b/src/cmd/go/fmt.go index 7a4aa28e4d..adf63be1f1 100644 --- a/src/cmd/go/fmt.go +++ b/src/cmd/go/fmt.go @@ -41,7 +41,7 @@ import paths. For more about godoc, see 'godoc godoc'. For more about import paths, see 'go help importpath'. -To run gofmt with specific options, run gofmt itself. +To run godoc with specific options, run godoc itself. See also: go fix, go fmt, go vet. `,