From b0aec2b226d6ca68321d7825ba62e9c1ad827393 Mon Sep 17 00:00:00 2001 From: Jonathan Guinet <jonathan.guinet@c-s.fr> Date: Tue, 25 Oct 2011 14:23:48 +0200 Subject: [PATCH] DOC: band math application doc update. --- Applications/Util/otbBandMath.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/Util/otbBandMath.cxx b/Applications/Util/otbBandMath.cxx index da1e792ec6..f217ec4fa3 100644 --- a/Applications/Util/otbBandMath.cxx +++ b/Applications/Util/otbBandMath.cxx @@ -70,10 +70,10 @@ private: void DoCreateParameters() { AddParameter(ParameterType_InputImageList, "il", "Input image list"); - SetParameterDescription("il", "Image list to perform computation on"); + SetParameterDescription("il", "Image list to perform computation on."); AddParameter(ParameterType_OutputImage, "out", "Output Image"); - SetParameterDescription("out","Output image"); + SetParameterDescription("out","Output image."); AddParameter(ParameterType_String, "exp", "Expression"); SetParameterDescription("exp", -- GitLab