Skip to content

Commit

Permalink
Extend the base path description a bit
Browse files Browse the repository at this point in the history
That wasn't very enlightening so far. It probably *still* needs an
example for the actual purpose...
  • Loading branch information
tanuva committed Dec 19, 2023
1 parent 43ca0ee commit 438081b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion escl-scan-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct Cli {
#[arg(value_name = "OUTPUT_FILE_NAME", default_value = "scan.jpg")]
output_file_name: String,

/// Base path for output file
/// Base path; will be prepended to the given output file name
#[arg(short = 'b', long = "base-path")]
output_base_path: Option<PathBuf>,

Expand Down

0 comments on commit 438081b

Please sign in to comment.