diff --git a/app/otbMeanResample.cxx b/app/otbMeanResample.cxx
index a9522e50d85903b0f06953f73940d93423568483..e92d88cae1dbb6f0150040db37bc7eb4f93d68df 100644
--- a/app/otbMeanResample.cxx
+++ b/app/otbMeanResample.cxx
@@ -55,7 +55,6 @@ public:
     SetDescription("Resample an image using the mean value of the pixels over a square neighborhood");
 
     // Documentation
-    SetDocName("ExtractBand");
     SetDocLongDescription("This application decimates an input image using the mean value of the pixels neighborhood");
     SetDocLimitations("None");
     SetDocAuthors("Remi Cresson");