diff options
Diffstat (limited to 'Source/cmEndIfCommand.h')
-rw-r--r-- | Source/cmEndIfCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEndIfCommand.h b/Source/cmEndIfCommand.h index 467f95c..2092c61 100644 --- a/Source/cmEndIfCommand.h +++ b/Source/cmEndIfCommand.h @@ -66,7 +66,7 @@ public: { return " ENDIF(expression)\n" - "See IF command."; + "See the IF command."; } cmTypeMacro(cmEndIfCommand, cmCommand); |