Skip to content

Commit

Permalink
Update x/wasm/client/cli/query.go
Browse files Browse the repository at this point in the history
Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
  • Loading branch information
alpe and pinosu authored Sep 18, 2023
1 parent b9134e2 commit 4239b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func GetCmdGetContractStateAll() *cobra.Command {
SilenceUsage: true,
}
flags.AddQueryFlagsToCmd(cmd)
addPaginationFlags(cmd, "contract state ")
addPaginationFlags(cmd, "contract state")
return cmd
}

Expand Down

0 comments on commit 4239b27

Please # to comment.