diff --git a/Source/cmMathCommand.h b/Source/cmMathCommand.h index 3f4a6ed9a..81fb57c68 100644 --- a/Source/cmMathCommand.h +++ b/Source/cmMathCommand.h @@ -67,7 +67,9 @@ public: " MATH(EXPR )\n" "EXPR evaluates mathematical expression and return result in the " "output variable. Example mathematical expression is " - "'5 * ( 10 + 13 )'."; + "'5 * ( 10 + 13 )'. Supported operators are " + "+ - * / % | & ^ ~ << >> * / %. They have the same meaning " + " as they do in c code."; } cmTypeMacro(cmMathCommand, cmCommand);