This commit is contained in:
Sebastien Barre 2002-01-18 11:38:38 -05:00
parent 99c9d77f21
commit 1ccaa434ce
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ public:
virtual const char* GetFullDocumentation() virtual const char* GetFullDocumentation()
{ {
return return
"EXEC_PROGRAM(Executble [Directory to run in])"; "EXEC_PROGRAM(Executable [Directory to run in])";
} }
cmTypeMacro(cmExecProgramCommand, cmCommand); cmTypeMacro(cmExecProgramCommand, cmCommand);

View File

@ -86,7 +86,7 @@ public:
virtual const char* GetFullDocumentation() virtual const char* GetFullDocumentation()
{ {
return return
"VARIABLE_REQUIRES(TEST_VARIBLE RESULT_VARIBLE " "VARIABLE_REQUIRES(TEST_VARIABLE RESULT_VARIABLE "
"REQUIRED_VARIABLE1 REQUIRED_VARIABLE2 ...) " "REQUIRED_VARIABLE1 REQUIRED_VARIABLE2 ...) "
"The first argument (TEST_VARIABLE) is the name of the varible to be " "The first argument (TEST_VARIABLE) is the name of the varible to be "
"tested, if that varible is false nothing else is done. If " "tested, if that varible is false nothing else is done. If "