mirror of https://github.com/status-im/consul.git
Merge pull request #2669 from legendtkl/master
Fix consul kv example with flag separator
This commit is contained in:
commit
eb99212b83
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue