diff --git a/src/main.rs b/src/main.rs index e4fdedf..854210c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,