Przeglądaj źródła

ENH: fix doc string

Bill Hoffman 24 lat temu
rodzic
commit
8139a3121d
1 zmienionych plików z 1 dodań i 1 usunięć
  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);