diff options
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r-- | Source/cmIfCommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 05faac5..3dc72b9 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -137,8 +137,10 @@ public: " IF(string LESS number)\n" " IF(variable GREATER number)\n" " IF(string GREATER number)\n" + " IF(variable EQUAL number)\n" + " IF(string EQUAL number)\n" "True if the given string or variable's value is a valid number and " - "the inequality is true.\n" + "the inequality or equality is true.\n" " IF(variable STRLESS string)\n" " IF(string STRLESS string)\n" " IF(variable STRGREATER string)\n" |