Skip to content

Commit

Permalink
Update cli usage
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Aug 28, 2022
1 parent 219a9c7 commit 4c485d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func parseExecuteArgs(contractAddr string, execMsg string, sender sdk.AccAddress

func GrantAuthorizationCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "grant [grantee] [contract_addr_bech32] --msgs [msg1,msg2,...]",
Use: "grant [grantee] [contract_addr_bech32] --allow-msgs [msg1,msg2,...]",
Short: "Grant authorization to an address",
Args: cobra.ExactArgs(2),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 4c485d8

Please sign in to comment.