Browse Source
Fix help message for skip_bulk_import
refactor-mempool
Lawrence Nahum
7 years ago
committed by
Roman Zeyde
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
1 changed files with
1 additions and
1 deletions
-
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(); |
|
|
|
|
|
|
|