Skip to content

Commit

Permalink
Update modules/core/02-client/client/cli/query.go
Browse files Browse the repository at this point in the history
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
  • Loading branch information
catShaark and damiannolan authored May 3, 2022
1 parent b63f91c commit fee1c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/02-client/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func GetCmdQueryConsensusStateHeights() *cobra.Command {
cmd := &cobra.Command{
Use: "consensus-state-heights [client-id]",
Short: "Query the heights of all consensus states of a client.",
Long: "Query the height of every consensus states from a given client state.",
Long: "Query the heights of all consensus states associated with the provided client ID.",
Example: fmt.Sprintf("%s query %s %s consensus-state-heights [client-id]", version.AppName, host.ModuleName, types.SubModuleName),
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit fee1c60

Please sign in to comment.