mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #6374 from sinsharat/master
etcdctlv3: Readme.md updated
This commit is contained in:
commit
f411583ed1
@ -33,9 +33,10 @@ The protobuf encoding of the PUT [RPC response][etcdrpc].
|
|||||||
#### Examples
|
#### Examples
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
./etcdctl PUT foo bar --lease=0x1234abcd
|
./etcdctl put foo bar --lease=1234abcd
|
||||||
OK
|
OK
|
||||||
./etcdctl range foo
|
./etcdctl get foo
|
||||||
|
foo
|
||||||
bar
|
bar
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user