Skip to content

Commit

Permalink
chore: improve clean -modcache help
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Nov 8, 2024
1 parent f0ca952 commit b55bac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/cmd/gno/clean.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (c *cleanCfg) RegisterFlags(fs *flag.FlagSet) {
&c.modCache,
"modcache",
false,
"remove the entire module download cache",
"remove the entire module download cache and exit",
)
}

Expand Down

0 comments on commit b55bac4

Please sign in to comment.