瀏覽代碼

etcdctl: Corrected command in Readme.md (#6376)

Corrected command in Readme.md
Sharat 10 年之前
父節點
當前提交
656167d760
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      etcdctl/README.md

+ 1 - 1
etcdctl/README.md

@@ -136,7 +136,7 @@ The protobuf encoding of the DeleteRange [RPC response][etcdrpc].
 OK
 ./etcdctl del foo
 1
-./etcdctl range foo
+./etcdctl get foo
 ```
 
 ### TXN [options]