Skip to content

Commit

Permalink
adding region format string to help
Browse files Browse the repository at this point in the history
  • Loading branch information
wdecoster committed Jun 13, 2024
1 parent d84e0b1 commit eaab9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct Cli {
#[clap(validator=is_file)]
bam: String,

/// region string to genotype expansion in
/// region string to genotype expansion in (format: chr:start-end)
#[clap(short, long, value_parser)]
region: Option<String>,

Expand Down

0 comments on commit eaab9e1

Please sign in to comment.