Remove a depricated option from the usage() display.
This commit is contained in:
parent
0f3f0ef126
commit
a51e31d6c7
1 changed files with 0 additions and 1 deletions
|
@ -226,7 +226,6 @@ usage (const string name)
|
|||
cout << " --port=<number>" << endl;
|
||||
cout << " --rude" << endl;
|
||||
cout << " --cover=<landcover-raster>" << endl;
|
||||
cout << " --min-angle=<degrees> ]" << endl;
|
||||
cout << "<load directory...>" << endl;
|
||||
exit(-1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue