Skip to content

Commit 19b8739

Browse files
committed
fix help info for bam2mr
1 parent fa92de7 commit 19b8739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bam2mr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ main(int argc, const char **argv) {
236236

237237
/****************** COMMAND LINE OPTIONS ********************/
238238
OptionParser opt_parse(strip_path(argv[0]),
239-
"", "bam format mapped read file");
239+
"", "<bam file>");
240240
opt_parse.add_opt("output", 'o', "Name of output file",
241241
false, outfile);
242242
opt_parse.add_opt("suff", 's', "read name suffix length (default: 0)",

0 commit comments

Comments
 (0)