diff options
-rw-r--r-- | Source/cmIfCommand.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 44d8558..86a6d21 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -117,11 +117,9 @@ public: " IF(NOT variable)\n" "True if the variable's value is empty, 0, FALSE, OFF, or NOTFOUND.\n" " IF(variable1 AND variable2)\n" - "True if both variables would be considered true individually. Only " - "one AND is allowed to keep expressions short.\n" + "True if both variables would be considered true individually.\n" " IF(variable1 OR variable2)\n" - "True if either variable would be considered true individually. Only " - "one OR is allowed to keep expressions short.\n" + "True if either variable would be considered true individually.\n" " IF(COMMAND command-name)\n" "True if the given name is a command that can be invoked.\n" " IF(EXISTS file-name)\n" |