mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdctl/ctlv3: fix spell errors
This commit is contained in:
@@ -42,7 +42,7 @@ Insert '--' for workaround:
|
||||
$ put <key> -- <value>
|
||||
$ put -- <key> <value>
|
||||
|
||||
If <value> isn't given as command line arguement, this command tries to read the value from standard input.
|
||||
If <value> isn't given as command line argument, this command tries to read the value from standard input.
|
||||
For example,
|
||||
$ cat file | put <key>
|
||||
will store the content of the file to <key>.
|
||||
|
||||
Reference in New Issue
Block a user