Merge pull request #2669 from legendtkl/master

Fix consul kv example with flag separator
This commit is contained in:
James Phillips 2017-02-07 20:17:42 -08:00 committed by GitHub
commit eb99212b83
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ recurse beyond that separator. You can choose a different separator by setting
`-separator="<string>"`.
```
$ consul kv get -keys -separator="s" redis
$ consul kv get -keys -separator="c" redis
redis/c
```