Skip to content

Commit

Permalink
update short description to make it consistent with the rest of modul…
Browse files Browse the repository at this point in the history
…es (#2382) (#2398)

(cherry picked from commit 5c3b9af)

Co-authored-by: Carlos Rodriguez <[email protected]>
Co-authored-by: Damian Nolan <[email protected]>
  • Loading branch information
3 people authored Sep 27, 2022
1 parent 5adc830 commit c2e15d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/apps/27-interchain-accounts/client/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func GetQueryCmd() *cobra.Command {
icaQueryCmd := &cobra.Command{
Use: "interchain-accounts",
Aliases: []string{"ica"},
Short: "interchain-accounts subcommands",
Short: "IBC interchain accounts query subcommands",
DisableFlagParsing: true,
SuggestionsMinimumDistance: 2,
}
Expand All @@ -30,7 +30,7 @@ func NewTxCmd() *cobra.Command {
icaTxCmd := &cobra.Command{
Use: "interchain-accounts",
Aliases: []string{"ica"},
Short: "interchain-accounts tx subcommands",
Short: "IBC interchain accounts transaction subcommands",
DisableFlagParsing: true,
SuggestionsMinimumDistance: 2,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
func GetQueryCmd() *cobra.Command {
queryCmd := &cobra.Command{
Use: "controller",
Short: "interchain-accounts controller subcommands",
Short: "IBC interchain accounts controller query subcommands",
DisableFlagParsing: true,
SuggestionsMinimumDistance: 2,
}
Expand All @@ -27,7 +27,7 @@ func GetQueryCmd() *cobra.Command {
func NewTxCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "controller",
Short: "ica controller transactions subcommands",
Short: "IBC interchain accounts controller transaction subcommands",
DisableFlagParsing: true,
SuggestionsMinimumDistance: 2,
RunE: client.ValidateCmd,
Expand Down
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 @@ -8,7 +8,7 @@ import (
func GetQueryCmd() *cobra.Command {
queryCmd := &cobra.Command{
Use: "host",
Short: "interchain-accounts host subcommands",
Short: "IBC interchain accounts host query subcommands",
DisableFlagParsing: true,
SuggestionsMinimumDistance: 2,
}
Expand Down

0 comments on commit c2e15d5

Please sign in to comment.