Skip to content

Commit cbe246a

Browse files
committed
fix error introduced
1 parent cb49149 commit cbe246a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ fn run() -> Result<()> {
109109
//.version(crate_version!())
110110
//.author("Peter Edge <edge.peterj@gmail.com>")
111111
//.about("variant caller (SNVs) for long-read sequencing data")
112-
.arg(Arg::with_name("Input BAM or CRAM")
112+
.arg(Arg::with_name("Input BAM")
113113
.short("b")
114114
.long("bam")
115115
.value_name("BAM")

0 commit comments

Comments
 (0)