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

DOC: Adding description for command line applications

parent 895aa399
Branches
Tags
No related merge requests found
......@@ -15,6 +15,7 @@ int main(int argc, char* argv[] )
typedef otb::CommandLineArgumentParser ParserType;
ParserType::Pointer parser = ParserType::New();
parser->SetProgramDescription("Concatenate n images in a multiband image");
parser->AddOutputImage();
parser->AddOption("--InputImagesList","Images list to concatenate","-il",argc-4,true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment