1
0
Fork 0

add help text for --share-dir

This commit is contained in:
Peter Sadrozinski 2012-09-05 21:10:18 -04:00 committed by Christian Schmitt
parent 3b2dfba225
commit 87df5b805e

View file

@ -136,6 +136,7 @@ static void usage( const string name ) {
SG_LOG(SG_GENERAL, SG_ALERT, "Usage: " << name);
SG_LOG(SG_GENERAL, SG_ALERT, "[ --output-dir=<directory>");
SG_LOG(SG_GENERAL, SG_ALERT, " --work-dir=<directory>");
SG_LOG(SG_GENERAL, SG_ALERT, " --share-dir=<directory>");
SG_LOG(SG_GENERAL, SG_ALERT, " --cover=<path to land-cover raster>");
SG_LOG(SG_GENERAL, SG_ALERT, " --tile-id=<id>");
SG_LOG(SG_GENERAL, SG_ALERT, " --lon=<degrees>");