mirror of https://github.com/status-im/consul.git
Update consul CLI docs for kv export and import
This will make the kv docs consistent with get/delete/put
This commit is contained in:
parent
2c8675565d
commit
77165c1588
|
@ -15,7 +15,7 @@ trees between Consul clusters.
|
|||
|
||||
## Usage
|
||||
|
||||
Usage: `consul kv export [PREFIX]`
|
||||
Usage: `consul kv export [options] [PREFIX]`
|
||||
|
||||
#### API Options
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ generated by the `kv export` command.
|
|||
|
||||
## Usage
|
||||
|
||||
Usage: `consul kv import [DATA]`
|
||||
Usage: `consul kv import [options] [DATA]`
|
||||
|
||||
#### API Options
|
||||
|
||||
|
|
Loading…
Reference in New Issue