diff --git a/Applications/Utils/otbColorMapping.cxx b/Applications/Utils/otbColorMapping.cxx
index c89a18114cfa84ba73c38ea0bd683fe4dcae6db7..b6112a25350948878f7f8a1e1af75a76f7afd4e1 100644
--- a/Applications/Utils/otbColorMapping.cxx
+++ b/Applications/Utils/otbColorMapping.cxx
@@ -537,8 +537,8 @@ private:
     // Doc example parameter settings
     SetDocExampleParameterValue("in", "ROI_QB_MUL_1_SVN_CLASS_MULTI.png");
     SetDocExampleParameterValue("method", "custom");
-    SetDocExampleParameterValue("method.custom.lut", "ColorTable.txt");
-    SetDocExampleParameterValue("out", "clLabeledFancyImageQB123_1.tif");
+    SetDocExampleParameterValue("method.custom.lut", "ROI_QB_MUL_1_SVN_CLASS_MULTI_PNG_ColorTable.txt");
+    SetDocExampleParameterValue("out", "Colorized_ROI_QB_MUL_1_SVN_CLASS_MULTI.tif");
  }
 
   void DoUpdateParameters()