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 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); |