1
0
mirror of https://github.com/golang/go synced 2024-11-12 03:50:21 -07:00

cmd/go: update go vet documentation

R=rsc, minux.ma, r
CC=golang-dev
https://golang.org/cl/10110043
This commit is contained in:
Roger Peppe 2013-06-07 19:01:07 +01:00
parent b6e52ecffa
commit 822da40814
2 changed files with 2 additions and 2 deletions

View File

@ -465,7 +465,7 @@ Usage:
Vet runs the Go vet command on the packages named by the import paths.
For more about vet, see 'godoc vet'.
For more about vet, see 'godoc code.google.com/p/go.tools/cmd/vet'.
For more about specifying packages, see 'go help packages'.
To run the vet tool with specific options, run 'go tool vet'.

View File

@ -15,7 +15,7 @@ var cmdVet = &Command{
Long: `
Vet runs the Go vet command on the packages named by the import paths.
For more about vet, see 'godoc vet'.
For more about vet, see 'godoc code.google.com/p/go.tools/cmd/vet'.
For more about specifying packages, see 'go help packages'.
To run the vet tool with specific options, run 'go tool vet'.