ENH: fix doc string
This commit is contained in:
parent
4153857a1e
commit
8139a3121d
|
@ -88,7 +88,7 @@ public:
|
||||||
virtual const char* GetFullDocumentation()
|
virtual const char* GetFullDocumentation()
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
"EXEC_PROGRAM(Executble )";
|
"EXEC_PROGRAM(Executble [Directory to run in])";
|
||||||
}
|
}
|
||||||
|
|
||||||
cmTypeMacro(cmExecProgramCommand, cmCommand);
|
cmTypeMacro(cmExecProgramCommand, cmCommand);
|
||||||
|
|
Loading…
Reference in New Issue