From 8139a3121d0c334ab6feace9f084543a8fd40b3b Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 6 Nov 2001 16:14:28 -0500 Subject: ENH: fix doc string --- Source/cmExecProgramCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12