Skip to content

Commit

Permalink
Add info for optional argument db-path
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsklg committed Aug 16, 2024
1 parent 5774b64 commit cf993f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct Cli {
)]
config_path: Option<std::path::PathBuf>,

#[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<std::path::PathBuf>,
#[command(subcommand)]
command: Option<Command>,
Expand Down

0 comments on commit cf993f0

Please sign in to comment.