validator: adds --no-incremental-snapshots
NOP arg for v1.10 forward compat
This commit is contained in:
parent
08f4b19a21
commit
2e1989bb9b
@ -885,6 +885,13 @@ pub fn main() {
|
||||
slots behind the highest snapshot available for \
|
||||
download from other validators"),
|
||||
)
|
||||
.arg(
|
||||
// NOP arg for forward compatibility with ISS on-by-default in v1.10
|
||||
Arg::with_name("no_incremental_snapshots")
|
||||
.long("no-incremental-snapshots")
|
||||
.hidden(true)
|
||||
.conflicts_with("incremental_snapshots")
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("incremental_snapshots")
|
||||
.long("incremental-snapshots")
|
||||
|
Loading…
x
Reference in New Issue
Block a user