From 656167d760543d442eae62f0c8c4f92c05f59508 Mon Sep 17 00:00:00 2001 From: Sharat Date: Wed, 7 Sep 2016 17:39:24 +0530 Subject: [PATCH] etcdctl: Corrected command in Readme.md (#6376) Corrected command in Readme.md --- etcdctl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcdctl/README.md b/etcdctl/README.md index f812226cd..c9202dbee 100644 --- a/etcdctl/README.md +++ b/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]