Merge pull request #6374 from sinsharat/master

etcdctlv3: Readme.md updated
release-3.1
Xiang Li 2016-09-07 02:29:14 -05:00 committed by GitHub
commit f411583ed1
1 changed files with 3 additions and 2 deletions

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
```