Merge pull request #6374 from sinsharat/master

etcdctlv3: Readme.md updated
This commit is contained in:
Xiang Li
2016-09-07 02:29:14 -05:00
committed by GitHub

View File

@@ -33,9 +33,10 @@ The protobuf encoding of the PUT [RPC response][etcdrpc].
#### Examples
``` bash
./etcdctl PUT foo bar --lease=0x1234abcd
./etcdctl put foo bar --lease=1234abcd
OK
./etcdctl range foo
./etcdctl get foo
foo
bar
```