From b55bac4a603814f940121aa91242459c8cf91f7f Mon Sep 17 00:00:00 2001 From: Norman Meier Date: Fri, 8 Nov 2024 17:24:52 +0100 Subject: [PATCH] chore: improve clean -modcache help Signed-off-by: Norman Meier --- gnovm/cmd/gno/clean.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnovm/cmd/gno/clean.go b/gnovm/cmd/gno/clean.go index accf1042b93..0ca2e940d58 100644 --- a/gnovm/cmd/gno/clean.go +++ b/gnovm/cmd/gno/clean.go @@ -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", ) }