diff --git a/cli-client/src/main.rs b/cli-client/src/main.rs index 2ef0214..cd6b1ba 100644 --- a/cli-client/src/main.rs +++ b/cli-client/src/main.rs @@ -25,7 +25,7 @@ struct Cli { )] config_path: Option, - #[arg(short, long, help = "Specify the path to the database file (needs to be a JSON file)")] + #[arg(short, long, help = "Specify the path to the database json file (i.e. db.json)")] db_path: Option, #[command(subcommand)] command: Option,