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