Browse Source

Fixed spelling for consul kv get command --help comments.

pull/2900/head
Ralph Caraveo 8 years ago
parent
commit
87f1a1a3ee
  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