From 87a88b351c550bf3133ca04b9ccfd06f12905c1c Mon Sep 17 00:00:00 2001 From: Marina Bertolino <marina.bertolino@c-s.fr> Date: Tue, 5 Sep 2017 15:05:19 +0200 Subject: [PATCH] DOC: modify documentation in Convert app --- Modules/Applications/AppImageUtils/app/otbConvert.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Modules/Applications/AppImageUtils/app/otbConvert.cxx b/Modules/Applications/AppImageUtils/app/otbConvert.cxx index b7d7182876..985676022c 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"); -- GitLab