mirror of https://github.com/hashicorp/consul
Merge pull request #2669 from legendtkl/master
Fix consul kv example with flag separatorpull/2721/head
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