diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-06 21:14:28 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-06 21:14:28 (GMT) |
commit | 8139a3121d0c334ab6feace9f084543a8fd40b3b (patch) | |
tree | 5ec89a226e2a6dc0f51221eb6697b69030735753 /Source/cmExecProgramCommand.h | |
parent | 4153857a1e4340846f997c730d7a36e626f42f42 (diff) | |
download | CMake-8139a3121d0c334ab6feace9f084543a8fd40b3b.zip CMake-8139a3121d0c334ab6feace9f084543a8fd40b3b.tar.gz CMake-8139a3121d0c334ab6feace9f084543a8fd40b3b.tar.bz2 |
ENH: fix doc string
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); |