Skip to content
Snippets Groups Projects
Commit 397cf1cf authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: Adding description for command line applications

parent e2b5de0c
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment