diff --git a/Applications/Utils/otbReadImageInfo.cxx b/Applications/Utils/otbReadImageInfo.cxx index 38f52f18cdcf850b4d2be4fd29640c90babe8901..bad030cbd1f390d117b69217708bf6b93f33d1fc 100644 --- a/Applications/Utils/otbReadImageInfo.cxx +++ b/Applications/Utils/otbReadImageInfo.cxx @@ -44,14 +44,14 @@ private: SetDescription("Get information about the image"); // Documentation - SetDocName("read image information Application"); + SetDocName("Read image information Application"); SetDocLongDescription("Display informations about the image in the logger tab."); SetDocLimitations("None"); SetDocAuthors("OTB-Team"); SetDocSeeAlso(" "); - AddDocTag("Util"); - AddDocTag(Tags::Meta); + AddDocTag("Util"); + AddDocTag(Tags::Meta); } virtual ~ReadImageInfo()