Browse Source

ENH: fix doc string

Bill Hoffman 24 năm trước cách đây
mục cha
commit
8139a3121d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);