Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/infphilo/centrifuge
Browse files Browse the repository at this point in the history
  • Loading branch information
infphilo committed Dec 6, 2016
2 parents f39767e + 3e8b31e commit 0f9fc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ static void printUsage(ostream& out) {
<< " -o/--offrate <int> override offrate of index; must be >= index's offrate" << endl
<< " -p/--threads <int> number of alignment threads to launch (1)" << endl
#ifdef BOWTIE_MM
<< " --mm use memory-mapped I/O for index; many 'bowtie's can share" << endl
<< " --mm use memory-mapped I/O for index; many instances can share" << endl
#endif
<< endl
<< " Other:" << endl
Expand Down

0 comments on commit 0f9fc09

Please sign in to comment.