diff --git a/Applications/Projections/otbBundleToPerfectSensor.cxx b/Applications/Projections/otbBundleToPerfectSensor.cxx
index 06d33c1a44e0fe5f88ea7a058d61e2b71bacea3a..af9700336b8663e19b1628ad736a649ea6e3680e 100644
--- a/Applications/Projections/otbBundleToPerfectSensor.cxx
+++ b/Applications/Projections/otbBundleToPerfectSensor.cxx
@@ -66,7 +66,7 @@ private:
 
     // Documentation
     SetDocName("Bundle to perfect sensor");
-    SetDocLongDescription("This application performs P+XS pansharpening.");
+    SetDocLongDescription("This application performs P+XS pansharpening. The default mode use Pan and XS sensor models to estimate the transformation to superimpose XS over Pan before the fusion (\"default mode\"). The application provides also a PHR mode for Pleiades images which does not use sensor models as Pan and XS products are already coregistered but only estimate an affine transformation to superimpose XS over the Pan.Note that this option is automatically activated in case Pleiades images are detected as input.");
     SetDocLimitations("None");
     SetDocAuthors("OTB-Team");
     SetDocSeeAlso(" ");
@@ -153,7 +153,6 @@ private:
         if (panProcessing.compare("SENSOR") == 0 &&
             xsProcessing.compare("SENSOR") == 0)
           {
-          otbAppLogWARNING("Force PHR mode with PHR data. You need to add \"-mode default\" to force the default mode with PHR images.");
           SetParameterInt("mode",Mode_PHR);
           }
         }