From 87f1a1a3eeae5ca50def393f5c79b5635f4fd6ab Mon Sep 17 00:00:00 2001 From: Ralph Caraveo Date: Wed, 12 Apr 2017 17:31:57 -0700 Subject: [PATCH] Fixed spelling for consul kv get command --help comments. --- command/kv_get.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/kv_get.go b/command/kv_get.go index 94a23bacde..46055e058f 100644 --- a/command/kv_get.go +++ b/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