Skip to content

Commit

Permalink
Merge pull request #405 from NotJeremyLiu/jl/fix-typo-in-interchain-q…
Browse files Browse the repository at this point in the history
…uery-cli

Fix typo in registered query CLI description
  • Loading branch information
pr0n00gler authored Jan 11, 2024
2 parents d5403f9 + 0877542 commit abd5092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/interchainqueries/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func GetQueryCmd(_ string) *cobra.Command {
func CmdQueryRegisteredQuery() *cobra.Command {
cmd := &cobra.Command{
Use: "registered-query [id]",
Short: "queries all the interchain queries in the module",
Short: "queries registered interchain query by id",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx := client.GetClientContextFromCmd(cmd)
Expand Down

0 comments on commit abd5092

Please sign in to comment.