From 7994d4a1026bcf0c53b1248833ae9b01728c683c Mon Sep 17 00:00:00 2001 From: Alvin Huang Date: Fri, 7 Dec 2018 14:57:00 -0500 Subject: [PATCH] change depth to prefix --- website/source/api/kv.html.md | 2 +- website/source/docs/commands/kv/get.html.markdown.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/api/kv.html.md b/website/source/api/kv.html.md index e4723b6d18..339e6e7d73 100644 --- a/website/source/api/kv.html.md +++ b/website/source/api/kv.html.md @@ -64,7 +64,7 @@ The table below shows this endpoint's support for - `separator` `(string: '/')` - Specifies the string to use as a separator for recursive key lookups. This option is only used when paired with the `keys` - parameter to limit the dept of keys returned, only up to the given separator. + parameter to limit the prefix of keys returned, only up to the given separator. This is specified as part of the URL as a query parameter. ### Sample Request diff --git a/website/source/docs/commands/kv/get.html.markdown.erb b/website/source/docs/commands/kv/get.html.markdown.erb index 6f47383648..a47d17b655 100644 --- a/website/source/docs/commands/kv/get.html.markdown.erb +++ b/website/source/docs/commands/kv/get.html.markdown.erb @@ -40,7 +40,7 @@ Usage: `consul kv get [options] [KEY_OR_PREFIX]` * `-separator=` - String to use as a separator for recursive lookups. The default value is "/", and only used when paired with the `-keys` flag. This will - limit the depth of keys returned, only up to the given separator. + limit the prefix of keys returned, only up to the given separator. ## Examples