update leger tool help for db verify refcounts (#29486)

This commit is contained in:
HaoranYi 2023-01-03 13:34:06 -06:00 committed by GitHub
parent 95ecd38af5
commit 4a8b980b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1330,7 +1330,7 @@ fn main() {
let accountsdb_verify_refcounts = Arg::with_name("accounts_db_verify_refcounts")
.long("accounts-db-verify-refcounts")
.help(
"Debug option to scan all append vecs and verify account index refcounts prior to clean",
"Debug option to scan all AppendVecs and verify account index refcounts prior to clean",
)
.hidden(true);
let accounts_filler_count = Arg::with_name("accounts_filler_count")