Browse Source

etcdctlv3: updated del command options

sharat 9 years ago
parent
commit
bcda9af15d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      etcdctl/README.md

+ 2 - 0
etcdctl/README.md

@@ -135,6 +135,8 @@ Removes the specified key or range of keys [key, range_end) if `range-end` is gi
 
 - prefix -- delete keys by matching prefix
 
+- prev-kv -- return deleted key-value pairs
+
 TODO: --from
 
 #### Return value