diff --git a/src/BuildTiles/Main/main.cxx b/src/BuildTiles/Main/main.cxx index 4eec3148..8eeaf5cb 100644 --- a/src/BuildTiles/Main/main.cxx +++ b/src/BuildTiles/Main/main.cxx @@ -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="); SG_LOG(SG_GENERAL, SG_ALERT, " --work-dir="); + SG_LOG(SG_GENERAL, SG_ALERT, " --share-dir="); SG_LOG(SG_GENERAL, SG_ALERT, " --cover="); SG_LOG(SG_GENERAL, SG_ALERT, " --tile-id="); SG_LOG(SG_GENERAL, SG_ALERT, " --lon=");