mirror of
https://github.com/golang/go
synced 2024-11-26 06:17:57 -07:00
Updated go clean command help message
This commit is contained in:
parent
e8ee1dc4f9
commit
09eac20a92
@ -28,7 +28,7 @@ import (
|
||||
)
|
||||
|
||||
var CmdClean = &base.Command{
|
||||
UsageLine: "go clean [clean flags] [build flags] [packages]",
|
||||
UsageLine: "go clean [-i] [-r] [-cache] [-testcache] [-modcache] [-fuzzcache] [build flags] [packages]",
|
||||
Short: "remove object files and cached files",
|
||||
Long: `
|
||||
Clean removes object files from package source directories.
|
||||
|
Loading…
Reference in New Issue
Block a user