Browse Source

Fix small typo in comment

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

2
src/config.rs

@ -45,7 +45,7 @@ impl Config {
.arg(
Arg::with_name("db_dir")
.long("db-dir")
.help("Directory to store index database (deafult: ./db/)")
.help("Directory to store index database (default: ./db/)")
.takes_value(true),
)
.arg(

Loading…
Cancel
Save