diff --git a/Source/cmExecProgramCommand.h b/Source/cmExecProgramCommand.h index 9ee38dcba..3c79185c2 100644 --- a/Source/cmExecProgramCommand.h +++ b/Source/cmExecProgramCommand.h @@ -88,7 +88,7 @@ public: virtual const char* GetFullDocumentation() { return - "EXEC_PROGRAM(Executble )"; + "EXEC_PROGRAM(Executble [Directory to run in])"; } cmTypeMacro(cmExecProgramCommand, cmCommand);