Skip to content

Commit

Permalink
Update modules/apps/27-interchain-accounts/host/client/cli/cli.go
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
  • Loading branch information
chatton and crodriguezvega authored Sep 26, 2022
1 parent e306637 commit 7411b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/27-interchain-accounts/host/client/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func GetQueryCmd() *cobra.Command {
func NewTxCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "host",
Short: "IBC interchain accounts host transaction",
Short: "IBC interchain accounts host transaction subcommands",
DisableFlagParsing: true,
SuggestionsMinimumDistance: 2,
RunE: client.ValidateCmd,
Expand Down

0 comments on commit 7411b53

Please sign in to comment.