Skip to content
Snippets Groups Projects
Commit 795f17eb authored by Julien Michel's avatar Julien Michel
Browse files

DOC: Complex types from MR !12 are not listed in cli help

parent 0b4cec8d
No related branches found
No related tags found
No related merge requests found
......@@ -729,7 +729,7 @@ std::string CommandLineLauncher::DisplayParameterHelp(const Parameter::Pointer &
{
defPixType = OutputImageParameter::ConvertPixelTypeToString(paramDown->GetDefaultPixelType());
}
oss << " [pixel=uint8/uint16/int16/uint32/int32/float/double]";
oss << " [pixel=uint8/uint16/int16/uint32/int32/float/double/cint16/cint32/cfloat/cdouble]";
oss << " (default value is " << defPixType <<")";
}
......
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