etcdctl/ctlv3: fix spell errors

This commit is contained in:
Gyu-Ho Lee
2016-08-13 20:54:27 -07:00
parent d788eb8d92
commit 6b671b88dc
4 changed files with 4 additions and 4 deletions

View File

@@ -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>.