Browse Source

Merge pull request #6500 from sinsharat/readme_del_option_update

etcdctlv3: updated del command options
Anthony Romano 9 years ago
parent
commit
3f7f6fb557
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