diff --git a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx index f0134cf88a589efdf3681cd14ccdd0af8c269c0c..2e1864c28626cfff9b6450a59c83887b6f4bdad0 100644 --- a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx +++ b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx @@ -810,7 +810,7 @@ std::string CommandLineLauncher::DisplayParameterHelp(const Parameter::Pointer & { oss << "<string> [pixel]"; } - else if (type == ParameterType_Choice || type == ParameterType_ListView || ParameterType_InputImageList || + else if (type == ParameterType_Choice || type == ParameterType_ListView || type == ParameterType_InputImageList || type == ParameterType_InputVectorDataList || type == ParameterType_InputFilenameList || type == ParameterType_StringList ) {