Update default database path
This commit is contained in:
parent
8dabbd098f
commit
16dc2917f0
@ -66,7 +66,7 @@ struct DbOpt {
|
||||
#[structopt(
|
||||
long = "database",
|
||||
help = "Database file path",
|
||||
default_value = "database.json"
|
||||
default_value = "database.db"
|
||||
)]
|
||||
database_file_path: PathBuf,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user