etcdctl: READMEv3 doc about prefix

release-3.0
Gyu-Ho Lee 2016-04-04 07:00:49 -07:00
parent 46e877b8bb
commit 1543e7bd95
1 changed files with 5 additions and 1 deletions

View File

@ -60,6 +60,8 @@ GET gets the key or a range of keys [key, range_end) if `range-end` is given.
- limit -- maximum number of results
- prefix -- get keys by matching prefix
- order -- order of results; ASCEND or DESCEND
- sort-by -- sort target; CREATE, KEY, MODIFY, VALUE, or VERSION
@ -101,7 +103,9 @@ Removes the specified key or range of keys [key, range_end) if `range-end` is gi
#### Options
TODO: --prefix, --from
- prefix -- delete keys by matching prefix
TODO: --from
#### Return value