Revert to snapshots
Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
parent
a43b3674c7
commit
0b42379ed7
|
@ -1205,8 +1205,8 @@ pub fn main() {
|
||||||
.help("Path to accounts shrink path which can hold a compacted account set."),
|
.help("Path to accounts shrink path which can hold a compacted account set."),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("snapshot_dir")
|
Arg::with_name("snapshots")
|
||||||
.long("snapshot-dir")
|
.long("snapshots")
|
||||||
.value_name("DIR")
|
.value_name("DIR")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.help("Use DIR as persistent snapshot [default: --ledger value]"),
|
.help("Use DIR as persistent snapshot [default: --ledger value]"),
|
||||||
|
|
Loading…
Reference in New Issue