From 397cf1cf998a4e05f5061db2aa2b1daac7823905 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Wed, 15 Oct 2008 09:36:58 +0800
Subject: [PATCH] DOC: Adding description for command line applications

---
 Projections/otbConvertCartoToGeoPoint.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Projections/otbConvertCartoToGeoPoint.cxx b/Projections/otbConvertCartoToGeoPoint.cxx
index 33465cd601..8306e66e31 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");				
-- 
GitLab