diff options
Diffstat (limited to 'Source/cmExecProgramCommand.h')
-rw-r--r-- | Source/cmExecProgramCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExecProgramCommand.h b/Source/cmExecProgramCommand.h index 9ee38dc..3c79185 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); |