Skip to content

Commit

Permalink
fix error introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
vibansal committed Oct 15, 2020
1 parent cb49149 commit cbe246a
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 @@ -109,7 +109,7 @@ fn run() -> Result<()> {
//.version(crate_version!())
//.author("Peter Edge <edge.peterj@gmail.com>")
//.about("variant caller (SNVs) for long-read sequencing data")
.arg(Arg::with_name("Input BAM or CRAM")
.arg(Arg::with_name("Input BAM")
.short("b")
.long("bam")
.value_name("BAM")
Expand Down

0 comments on commit cbe246a

Please sign in to comment.