Browse Source

Merge pull request #2900 from deckarep/consul-kv-get-doc-spelling-fix

Fixed spelling for consul kv get command --help comments.
pull/2908/head
James Phillips 8 years ago committed by GitHub
parent
commit
a44c50eaf1
  1. 2
      command/kv_get.go

2
command/kv_get.go

@ -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…
Cancel
Save