From a94ab3cd8803ea5984df90a4bc0496f3435f4ee5 Mon Sep 17 00:00:00 2001 From: Hannah Oppenheimer Date: Thu, 21 Jun 2018 13:21:26 -0500 Subject: [PATCH] Update kv docs detail for accuracy --- website/source/docs/commands/kv/get.html.markdown.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/source/docs/commands/kv/get.html.markdown.erb b/website/source/docs/commands/kv/get.html.markdown.erb index a140594b1..afe5b7f80 100644 --- a/website/source/docs/commands/kv/get.html.markdown.erb +++ b/website/source/docs/commands/kv/get.html.markdown.erb @@ -11,8 +11,7 @@ Command: `consul kv get` The `kv get` command is used to retrieve the value from Consul's KV store at the given key name. If no key exists with that name, an error is returned. If a key exists with that name but has no data, nothing is returned. -If the name or prefix is omitted, it defaults to "" which is the root of the -KV store. +A key name or prefix is required. ## Usage