@ -1708,17 +1708,21 @@ pub fn main() {
|
|||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("accounts_db_test_hash_calculation")
|
Arg::with_name("accounts_db_test_hash_calculation")
|
||||||
.long("accounts-db-test-hash-calculation")
|
.long("accounts-db-test-hash-calculation")
|
||||||
.help("Enables testing of hash calculation using stores in AccountsHashVerifier. This has a computational cost."),
|
.help("Enables testing of hash calculation using stores in \
|
||||||
|
AccountsHashVerifier. This has a computational cost."),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("accounts_db_index_hashing")
|
Arg::with_name("accounts_db_index_hashing")
|
||||||
.long("accounts-db-index-hashing")
|
.long("accounts-db-index-hashing")
|
||||||
.help("Enables the use of the index in hash calculation in AccountsHashVerifier/Accounts Background Service."),
|
.help("Enables the use of the index in hash calculation in \
|
||||||
|
AccountsHashVerifier/Accounts Background Service."),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("no_accounts_db_index_hashing")
|
Arg::with_name("no_accounts_db_index_hashing")
|
||||||
.long("no-accounts-db-index-hashing")
|
.long("no-accounts-db-index-hashing")
|
||||||
.help("This is obsolete. See --accounts-db-index-hashing. Disables the use of the index in hash calculation in AccountsHashVerifier/Accounts Background Service."),
|
.help("This is obsolete. See --accounts-db-index-hashing. \
|
||||||
|
Disables the use of the index in hash calculation in \
|
||||||
|
AccountsHashVerifier/Accounts Background Service."),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
// legacy nop argument
|
// legacy nop argument
|
||||||
|
Reference in New Issue
Block a user