mirror of https://github.com/hashicorp/consul
Tweaks local option name.
parent
e1e43dec7a
commit
3a63638cd7
|
@ -109,7 +109,7 @@ Usage: `consul snapshot agent [options]`
|
||||||
|
|
||||||
#### Local Storage Options
|
#### Local Storage Options
|
||||||
|
|
||||||
* `-snapshot-path` - Location to store snapshots locally. The default behavior
|
* `-local-path` - Location to store snapshots locally. The default behavior
|
||||||
of the snapshot agent is to store snapshots locally in this directory. Defaults
|
of the snapshot agent is to store snapshots locally in this directory. Defaults
|
||||||
to "." to use the current working directory. If an alternate storage option is
|
to "." to use the current working directory. If an alternate storage option is
|
||||||
configured, then local storage will be disabled and this option will be ignored.
|
configured, then local storage will be disabled and this option will be ignored.
|
||||||
|
|
Loading…
Reference in New Issue