summaryrefslogtreecommitdiffstats
path: root/Source/cmElseCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-08-06 21:01:26 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-08-06 21:01:26 (GMT)
commitd7702b4c302a15b2b20dc747112605ab0d84f1a5 (patch)
tree3a013a875934452cb25e3f2b26a4763c6a971a49 /Source/cmElseCommand.h
parentf70e0d6b1ee7aa36a51ad7b4c955a9d0979ddc0a (diff)
downloadCMake-d7702b4c302a15b2b20dc747112605ab0d84f1a5.zip
CMake-d7702b4c302a15b2b20dc747112605ab0d84f1a5.tar.gz
CMake-d7702b4c302a15b2b20dc747112605ab0d84f1a5.tar.bz2
added new if commands
Diffstat (limited to 'Source/cmElseCommand.h')
-rw-r--r--Source/cmElseCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmElseCommand.h b/Source/cmElseCommand.h
index dc85cc8..f4df774 100644
--- a/Source/cmElseCommand.h
+++ b/Source/cmElseCommand.h
@@ -90,7 +90,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "ELSE(define)";
+ "ELSE(args), Note that the args for the ELSE clause must match those of the IF clause. See the IF command for more information.";
}
cmTypeMacro(cmElseCommand, cmCommand);