Browse Source

ENH: fix doc string

Bill Hoffman 24 years ago
parent
commit
8139a3121d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmExecProgramCommand.h

+ 1 - 1
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);