mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdctl: update the description for flag '--rev'
Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
parent
53b23d32db
commit
a9864d4edb
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user