mirror of https://github.com/status-im/consul.git
Merge pull request #2900 from deckarep/consul-kv-get-doc-spelling-fix
Fixed spelling for consul kv get command --help comments.
This commit is contained in:
commit
a44c50eaf1
|
@ -43,7 +43,7 @@ Usage: consul kv get [options] [KEY_OR_PREFIX]
|
|||
|
||||
$ consul kv get -recurse foo
|
||||
|
||||
This will return all key-vlaue pairs. To just list the keys which start with
|
||||
This will return all key-value pairs. To just list the keys which start with
|
||||
the specified prefix, use the "-keys" option instead:
|
||||
|
||||
$ consul kv get -keys foo
|
||||
|
|
Loading…
Reference in New Issue