diff --git a/Applications/Radiometry/otbOpticalCalibration.cxx b/Applications/Radiometry/otbOpticalCalibration.cxx index f8f8d03ec5ce8a43b2012d884c5c4f5e83c4ad76..d46b6013e4331242e0c34d38371212fb8bf0e560 100644 --- a/Applications/Radiometry/otbOpticalCalibration.cxx +++ b/Applications/Radiometry/otbOpticalCalibration.cxx @@ -105,7 +105,7 @@ private: AddParameter(ParameterType_Empty, "milli", "Convert to milli reflectance"); SetParameterDescription("milli", "Output milli-reflectance instead of reflectance.\n" - "This allows to put save the image in integer pixel type (in the range [0, 1000] instead of floating point in the range [0, 1]."); + "This allows to put save the image in integer pixel type (in the range [0, 1000] instead of floating point in the range [0, 1]. In order to do that, use this option and set the output pixel type (-out filename uint16 for example)"); DisableParameter("milli"); MandatoryOff("milli");