Commit 795f17eb authored by Julien Michel's avatar Julien Michel
Browse files

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

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -729,7 +729,7 @@ std::string CommandLineLauncher::DisplayParameterHelp(const Parameter::Pointer & ...@@ -729,7 +729,7 @@ std::string CommandLineLauncher::DisplayParameterHelp(const Parameter::Pointer &
{ {
defPixType = OutputImageParameter::ConvertPixelTypeToString(paramDown->GetDefaultPixelType()); 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 <<")"; oss << " (default value is " << defPixType <<")";
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment