Add --max-genesis-archive-unpacked-size to capitalization (#10380)

automerge
This commit is contained in:
Ryo Onodera
2020-06-03 13:39:14 +09:00
committed by GitHub
parent 5ade9b9f02
commit 537d135005

View File

@ -753,6 +753,7 @@ fn main() {
.arg(&account_paths_arg)
.arg(&halt_at_slot_arg)
.arg(&hard_forks_arg)
.arg(&max_genesis_archive_unpacked_size_arg)
).subcommand(
SubCommand::with_name("purge")
.about("Purge the ledger at the block height")