mirror of https://github.com/status-im/consul.git
Fix consul kv example with flag separator
1. fix consul kv example with flag separator
This commit is contained in:
parent
07b91d9d20
commit
a2ff72b6ce
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue