Skip to content

Commit

Permalink
Merge pull request #15997 from ahrtr/etcdctl_hashkv_20230602
Browse files Browse the repository at this point in the history
etcdctl: update the description for flag '--rev'
  • Loading branch information
ahrtr authored Jun 2, 2023
2 parents 53b23d3 + a9864d4 commit 004195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etcdctl/ctlv3/command/ep_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func newEpHashKVCommand() *cobra.Command {
Short: "Prints the KV history hash for each endpoint in --endpoints",
Run: epHashKVCommandFunc,
}
hc.PersistentFlags().Int64Var(&epHashKVRev, "rev", 0, "maximum revision to hash (default: all revisions)")
hc.PersistentFlags().Int64Var(&epHashKVRev, "rev", 0, "maximum revision to hash (default: latest revision)")
return hc
}

Expand Down

0 comments on commit 004195b

Please sign in to comment.