change depth to prefix

This commit is contained in:
Alvin Huang 2018-12-07 14:57:00 -05:00
parent b1823e428a
commit 7994d4a102
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -40,7 +40,7 @@ Usage: `consul kv get [options] [KEY_OR_PREFIX]`
* `-separator=<string>` - 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