Commit 50487b2c authored by Hyang-Ah Hana Kim's avatar Hyang-Ah Hana Kim

cmd/pack,vet: use `go doc` instead of `godoc` in doc

Change-Id: Ic5f62a7d0a5c090da69213d1d0187af0ea48e358
Reviewed-on: https://go-review.googlesource.com/20820Reviewed-by: 's avatarRob Pike <r@golang.org>
parent 3a17fdab
......@@ -40,7 +40,7 @@ For compatibility with old Go build environments the op string grc is
accepted as a synonym for c.
For more information, run
godoc cmd/pack`
go doc cmd/pack`
func usage() {
fmt.Fprintln(os.Stderr, usageMessage)
......
......@@ -164,7 +164,7 @@ func Usage() {
fmt.Fprintf(os.Stderr, "\tvet [flags] directory...\n")
fmt.Fprintf(os.Stderr, "\tvet [flags] files... # Must be a single package\n")
fmt.Fprintf(os.Stderr, "For more information run\n")
fmt.Fprintf(os.Stderr, "\tgodoc cmd/vet\n\n")
fmt.Fprintf(os.Stderr, "\tgo doc cmd/vet\n\n")
fmt.Fprintf(os.Stderr, "Flags:\n")
flag.PrintDefaults()
os.Exit(2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment