Browse Source

Fix help message for skip_bulk_import

refactor-mempool
Lawrence Nahum 7 years ago
committed by Roman Zeyde
parent
commit
883108b072
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 2
      src/config.rs

2
src/config.rs

@ -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…
Cancel
Save