Skip to content
Snippets Groups Projects
Commit be7343a2 authored by Aaron's avatar Aaron
Browse files

[ENH] improve desc. of what -wb does.

parent 60b5c56f
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,8 @@ void intersect_help(void) {
cerr << "\t-wa\t" << "Write the original entry in A for each overlap." << endl << endl;
cerr << "\t-wb\t" << "Write the original entry in B for each overlap." << endl;
cerr << "\t-wb\t" << "Follow the A entry with the original "
<< "entry in B for each overlap." << endl;
cerr << "\t\t- Useful for knowing _what_ A overlaps. Restricted by -f and -r." << endl << endl;
cerr << "\t-loj\t" << "Perform a \"left outer join\". That is, for each feature in A" << 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