1
0
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:
Mohamed Yousif 2024-06-23 10:05:25 +03:00
parent e8ee1dc4f9
commit 09eac20a92

View File

@ -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.