mirror of
https://github.com/golang/go
synced 2024-11-22 10:44:41 -07:00
Updated go clean command help message
Run go generate and push alldocs.go (generated file) with the existing changeset.
This commit is contained in:
parent
09eac20a92
commit
779120f889
@ -276,7 +276,7 @@
|
||||
//
|
||||
// Usage:
|
||||
//
|
||||
// go clean [clean flags] [build flags] [packages]
|
||||
// go clean [-i] [-r] [-cache] [-testcache] [-modcache] [-fuzzcache] [build flags] [packages]
|
||||
//
|
||||
// Clean removes object files from package source directories.
|
||||
// The go command builds most objects in a temporary directory,
|
||||
|
Loading…
Reference in New Issue
Block a user