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:
James Phillips 2017-04-12 20:53:21 -07:00 committed by GitHub
commit f16090e39e
1 changed files with 1 additions and 1 deletions

View File

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