Skip to content

Commit

Permalink
Improve wordking of --enable-hash-overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Sep 11, 2024
1 parent 9208fb8 commit 284a1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger-tool/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ fn main() {
.long("enable-hash-overrides")
.takes_value(false)
.help(
"Enable to override blockhashes and bank hashes from banking trace \
"Enable override of blockhashes and bank hashes from banking trace \
event files to correctly verify blocks produced by \
the simulate-block-production subcommand",
),
Expand Down

0 comments on commit 284a1b6

Please sign in to comment.