1
0
Fork 0

Remove a depricated option from the usage() display.

This commit is contained in:
curt 2005-01-31 21:54:44 +00:00
parent 0f3f0ef126
commit a51e31d6c7

View file

@ -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);
}