Skip to content

Commit

Permalink
fix wrong --usage for hisat-inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
kloetzl committed Jun 15, 2017
1 parent 5302b00 commit ec15d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hisat2_inspect.cpp
Expand Up @@ -101,7 +101,7 @@ static void printUsage(ostream& out) {
<< " -e/--ht2-ref Reconstruct reference from ." << gfm_ext << " (slow, preserves colors)" << endl
<< " -v/--verbose Verbose output (for debugging)" << endl
<< " -h/--help print detailed description of tool and its options" << endl
<< " --help print this usage message" << endl
<< " --usage print this usage message" << endl
;
if(wrapper.empty()) {
cerr << endl
Expand Down

0 comments on commit ec15d90

Please sign in to comment.