mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Fix help message for skip_bulk_import
This commit is contained in:
parent
c317c6f7ad
commit
883108b072
@ -91,7 +91,7 @@ impl Config {
|
||||
.arg(
|
||||
Arg::with_name("skip_bulk_import")
|
||||
.long("skip-bulk-import")
|
||||
.help("Prepend log lines with a timestamp"),
|
||||
.help("Use JSONRPC instead of directly importing blk*.dat files. Useful for remote full node or low memory system"),
|
||||
)
|
||||
.get_matches();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user