diff --git a/Applications/Utils/otbBandMath.cxx b/Applications/Utils/otbBandMath.cxx index 738fe59af8b373d672a0c63b4ad5a3d44c448095..64f8893a1b07c93ff911d51631334e7e0030f34c 100644 --- a/Applications/Utils/otbBandMath.cxx +++ b/Applications/Utils/otbBandMath.cxx @@ -57,8 +57,8 @@ private: SetDocName("Band Math"); SetDocLongDescription("This application performs a mathematical operation on monoband images." - " Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/." - "For MuParser version prior to v2 use 'and' and 'or' logical operators, and ternary operator 'if( ; ; )'." + " Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/." + "For MuParser version prior to v2 use 'and' and 'or' logical operators, and ternary operator 'if(; ; )'." "For MuParser version superior to 2.0 uses '&&' and '||' logical operators, and C++ like ternary if-then-else operator."); SetDocLimitations("None");