diff --git a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
index 859ac40abfe6692e99c01ba0a04590abafd7fa7f..788f32db3af1e8d6003bf3ba22b24470931ebdf0 100644
--- a/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
+++ b/Code/Wrappers/CommandLine/otbWrapperCommandLineLauncher.cxx
@@ -582,7 +582,7 @@ void CommandLineLauncher::DisplayHelp()
   for(unsigned int i=0; i<m_MaxKeySize-std::string("progress").size(); i++)
     bigKey.append(" ");
     
-  std::cerr << "        -"<<bigKey<<" <boolean>       (Report progress) " << std::endl;
+  std::cerr << "        -"<<bigKey<<" <boolean>        (Report progress) " << std::endl;
 
   for (unsigned int i = 0; i < nbOfParam; i++)
     {