From ff1d5e1bb63fb3c85bdda00cd8220da077757ed7 Mon Sep 17 00:00:00 2001 From: Facundo Date: Thu, 12 Oct 2023 13:34:43 +0200 Subject: [PATCH] fix autocli --- x/feegrant/module/autocli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/feegrant/module/autocli.go b/x/feegrant/module/autocli.go index ac0e724941e1..93e6f9cf0ad7 100644 --- a/x/feegrant/module/autocli.go +++ b/x/feegrant/module/autocli.go @@ -73,7 +73,7 @@ You can find the fee-grant of a granter and grantee.`), Use: "prune", Short: "Prune expired allowances", Long: "Prune a limited amount of expired allowances in order to reduce the size of the store when the number of expired allowances is large.", - Example: fmt.Sprintf(`$ %s tx feegrant prune`, version.AppName), + Example: fmt.Sprintf(`$ %s tx feegrant prune --from [mykey]`, version.AppName), }, }, EnhanceCustomCommand: true,