diff --git a/Applications/Util/otbReadImageInfo.cxx b/Applications/Util/otbReadImageInfo.cxx
index ca53b641c7e34101bcf4cf479318291804c10669..b612ffc90d7ff38631bafac0478d090d151e11af 100644
--- a/Applications/Util/otbReadImageInfo.cxx
+++ b/Applications/Util/otbReadImageInfo.cxx
@@ -42,6 +42,17 @@ private:
   {
     SetName("ReadImageInfo");
     SetDescription("Get information about the image");
+
+    // Documentation
+    SetDocName("read image information Application");
+    SetDocLongDescription("Display informations about the image in the logger tab.");
+    SetDocLimitations("None");
+    SetDocAuthors("OTB-Team");
+    SetDocSeeAlso(" ");
+    SetDocCLExample("otbApplicationLauncherCommandLine ReadImageInfo ${OTB-BIN}/bin "
+                      "--in ${OTB-Data}/Input/QB_Toulouse_Ortho_XS.tif");
+     AddDocTag("Util");
+
   }
 
   virtual ~ReadImageInfo()