From 795f17eb9f0b92d628249d38e6185d6663a54248 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@cnes.fr>
Date: Tue, 17 Apr 2018 17:40:52 +0200
Subject: [PATCH] DOC: Complex types from MR !12 are not listed in cli help

---
 .../Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx b/Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx
index 670bb48437..0af9b9afc0 100644
--- a/Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx
+++ b/Modules/Wrappers/CommandLine/src/otbWrapperCommandLineLauncher.cxx
@@ -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 <<")";
     }
 
-- 
GitLab