1
0
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:
Lawrence Nahum 2018-07-28 10:59:59 +02:00 committed by Roman Zeyde
parent c317c6f7ad
commit 883108b072
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -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();