Revert to snapshots

Co-authored-by: Michael Vines <mvines@gmail.com>
(cherry picked from commit 0b42379ed7)
This commit is contained in:
DimAn
2021-03-17 14:31:00 +03:00
committed by Michael Vines
parent 4c48740647
commit a76426514e

View File

@ -1019,8 +1019,8 @@ pub fn main() {
.help("Path to accounts shrink path which can hold a compacted account set."),
)
.arg(
Arg::with_name("snapshot_dir")
.long("snapshot-dir")
Arg::with_name("snapshots")
.long("snapshots")
.value_name("DIR")
.takes_value(true)
.help("Use DIR as persistent snapshot [default: --ledger value]"),