Skip to content

Commit fee1c60

Browse files
Update modules/core/02-client/client/cli/query.go
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
1 parent b63f91c commit fee1c60

File tree

1 file changed

+1
-1
lines changed
  • modules/core/02-client/client/cli

1 file changed

+1
-1
lines changed

modules/core/02-client/client/cli/query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func GetCmdQueryConsensusStateHeights() *cobra.Command {
170170
cmd := &cobra.Command{
171171
Use: "consensus-state-heights [client-id]",
172172
Short: "Query the heights of all consensus states of a client.",
173-
Long: "Query the height of every consensus states from a given client state.",
173+
Long: "Query the heights of all consensus states associated with the provided client ID.",
174174
Example: fmt.Sprintf("%s query %s %s consensus-state-heights [client-id]", version.AppName, host.ModuleName, types.SubModuleName),
175175
Args: cobra.ExactArgs(1),
176176
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)