Skip to content

Commit

Permalink
fix help info for bam2mr
Browse files Browse the repository at this point in the history
  • Loading branch information
timydaley committed Oct 29, 2015
1 parent fa92de7 commit 19b8739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bam2mr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ main(int argc, const char **argv) {

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

0 comments on commit 19b8739

Please sign in to comment.