Skip to content

Commit

Permalink
fix autocli
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Oct 12, 2023
1 parent b6da60c commit ff1d5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/feegrant/module/autocli.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ff1d5e1

Please sign in to comment.