diff --git a/Projections/otbConvertCartoToGeoPoint.cxx b/Projections/otbConvertCartoToGeoPoint.cxx index 33465cd601c60071a7a30d3a30cdfeebcd734235..8306e66e3109105b80d4628c74f3f3f94b8f4ac7 100644 --- a/Projections/otbConvertCartoToGeoPoint.cxx +++ b/Projections/otbConvertCartoToGeoPoint.cxx @@ -114,6 +114,7 @@ int main(int argc, char* argv[]) typedef otb::CommandLineArgumentParser ParserType; ParserType::Pointer parser = ParserType::New(); + parser->SetProgramDescription("Cartographic to geographic coordinates conversion"); parser->AddOption("--XCarto","X cartographic value of desired point","-x"); parser->AddOption("--YCarto","Y cartographic value of desired point","-y"); parser->AddOptionNParams("--MapProjectionType","Type (UTM/LAMBERT/LAMBERT2/LAMBERT93/SINUS/ECKERT4/TRANSMERCATOR/MOLLWEID) and parameters of map projection used","-mapProj");