Browse Source

etcdctl: READMEv3 doc about prefix

Gyu-Ho Lee 9 years ago
parent
commit
1543e7bd95
1 changed files with 5 additions and 1 deletions
  1. 5 1
      etcdctl/READMEv3.md

+ 5 - 1
etcdctl/READMEv3.md

@@ -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
 - limit -- maximum number of results
 
 
+- prefix -- get keys by matching prefix
+
 - order -- order of results; ASCEND or DESCEND
 - order -- order of results; ASCEND or DESCEND
 
 
 - sort-by -- sort target; CREATE, KEY, MODIFY, VALUE, or VERSION
 - 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
 #### Options
 
 
-TODO: --prefix, --from
+- prefix -- delete keys by matching prefix
+
+TODO: --from
 
 
 #### Return value
 #### Return value