diff --git a/Modules/Applications/AppImageUtils/app/otbConvert.cxx b/Modules/Applications/AppImageUtils/app/otbConvert.cxx index b7d71828764564cb457e3f6bfd91593d07789d22..985676022cba0745321de0e420d5cc809ffbc6a8 100644 --- a/Modules/Applications/AppImageUtils/app/otbConvert.cxx +++ b/Modules/Applications/AppImageUtils/app/otbConvert.cxx @@ -91,16 +91,16 @@ private: // Documentation SetDocName("Image Conversion"); SetDocLongDescription("This application performs an image pixel type conversion " - " (short, ushort, uchar, int, uint, float and double types are handled). " + "(short, ushort, uchar, int, uint, float and double types are handled). " "The output image is written in the specified format (ie. that corresponds " "to the given extension).\n The conversion can include a rescale of the data range, " "by default it's set from 2% to 98% of the data values. The rescale can be linear or log2. \n " "The choice of the output channels can be done with the extended filename, " "but less easy to handle. To do this, a 'channels' parameter allows you to select " "the desired bands at the output. There are 3 modes, the available choices are: \n" - " * grayscale : to display mono image as standard color image. \n" - " * rgb : select 3 bands in the input image (multi-bands). \n" - " * all : keep all bands. \n"); + " * grayscale : to display mono image as standard color image \n" + " * rgb : select 3 bands in the input image (multi-bands) \n" + " * all : keep all bands."); SetDocLimitations("None"); SetDocAuthors("OTB-Team"); SetDocSeeAlso("Rescale");