Skip to content

Commit

Permalink
v1.16: Adds default info to cli arg for --accounts-hash-cache-path (b…
Browse files Browse the repository at this point in the history
…ackport of #33331) (#33336)

* Adds default info to cli arg for --accounts-hash-cache-path (#33331)

(cherry picked from commit 1d39c31)

# Conflicts:
#	ledger-tool/src/main.rs

* resolve merge conflicts

---------

Co-authored-by: Brooks <[email protected]>
  • Loading branch information
mergify[bot] and brooksprumo authored Sep 21, 2023
1 parent 36f43cc commit c932953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ pub fn app<'a>(version: &'a str, default_args: &'a DefaultArgs) -> App<'a, 'a> {
.long("accounts-hash-cache-path")
.value_name("PATH")
.takes_value(true)
.help("Use PATH as accounts hash cache location"),
.help("Use PATH as accounts hash cache location [default: <LEDGER>/accounts_hash_cache]"),
)
.arg(
Arg::with_name("snapshots")
Expand Down

0 comments on commit c932953

Please sign in to comment.