From 4c485d820141b715ed10ae8d31b80766d818ffd0 Mon Sep 17 00:00:00 2001 From: Giancarlos Salas Date: Sun, 28 Aug 2022 12:06:27 -0500 Subject: [PATCH] Update cli usage --- x/wasm/client/cli/tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/wasm/client/cli/tx.go b/x/wasm/client/cli/tx.go index 993ecb3e63..a52bde58db 100644 --- a/x/wasm/client/cli/tx.go +++ b/x/wasm/client/cli/tx.go @@ -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 {