Add --max-genesis-archive-unpacked-size to capitalization (#10380)
automerge
This commit is contained in:
@ -753,6 +753,7 @@ fn main() {
|
|||||||
.arg(&account_paths_arg)
|
.arg(&account_paths_arg)
|
||||||
.arg(&halt_at_slot_arg)
|
.arg(&halt_at_slot_arg)
|
||||||
.arg(&hard_forks_arg)
|
.arg(&hard_forks_arg)
|
||||||
|
.arg(&max_genesis_archive_unpacked_size_arg)
|
||||||
).subcommand(
|
).subcommand(
|
||||||
SubCommand::with_name("purge")
|
SubCommand::with_name("purge")
|
||||||
.about("Purge the ledger at the block height")
|
.about("Purge the ledger at the block height")
|
||||||
|
Reference in New Issue
Block a user