Skip to content
Snippets Groups Projects
Commit 7b6d739f authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

DOC: doc update.

parent 954a8419
No related branches found
No related tags found
No related merge requests found
......@@ -61,10 +61,10 @@ private:
void DoCreateParameters()
{
AddParameter(ParameterType_InputImageList, "il", "Input Image List ");
AddParameter(ParameterType_InputImageList, "il", "Input Image List");
SetParameterDescription( "il", "Input Image List filename." );
AddParameter(ParameterType_Filename, "out", "Output XML file ");
AddParameter(ParameterType_Filename, "out", "Output XML file");
SetParameterDescription( "out", "Name of the XML file where the statistics are saved for future reuse" );
MandatoryOff("out");
}
......
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