From 9c288a62b5533e5f6c528ff9db525662850a5cc0 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Thu, 10 Nov 2011 16:50:45 +0100
Subject: [PATCH] DOC:try to improve the documentation of the output image
 pixel type parameter

---
 Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
index ffbd6f2bc3..23ec796aa5 100644
--- a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
+++ b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
@@ -687,8 +687,11 @@ std::string CommandLineLauncher::DisplayParameterHelp(const Parameter::Pointer &
                     {
                     oss << "\t          Type: String (output image file name and optionally its pixel type)"
                         << std::endl;
+		    oss
+                        << "\t          You can also add after the filename the output pixel type"
+			<< std::endl;
                     oss
-                      << "\t                Possible pixel type: int8, uint8, int16, uint16, int32, uint32, flooat or double"
+                        << "\t          Possible pixel types:{int8,uint8,int16,uint16,int32,uint32,float,double}"
                       << std::endl;
                     }
                   else
-- 
GitLab