Fix consul kv example with flag separator

1. fix consul kv example with flag separator
This commit is contained in:
legendtkl 2017-01-24 17:03:12 +08:00
parent 5fc1913c3c
commit b9ce8f6e4f
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,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
```