Skip to content
Snippets Groups Projects
Commit 0e7be15e authored by Jake Biesinger's avatar Jake Biesinger
Browse files

Fix typo in closestBed: -S for opposite strands, not -s

parent e59f85d4
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ void ShowHelp(void) {
cerr << "\t\tthat overlaps A on the _same_ strand." << endl;
cerr << "\t\t- By default, overlaps are reported without respect to strand." << endl << endl;
cerr << "\t-s\t" << "Require opposite strandedness. That is, find the closest feature in B" << endl;
cerr << "\t-S\t" << "Require opposite strandedness. That is, find the closest feature in B" << endl;
cerr << "\t\tthat overlaps A on the _opposite_ strand." << endl;
cerr << "\t\t- By default, overlaps are reported without respect to strand." << endl << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment