ソースを参照

ENH: fix doc string

Bill Hoffman 24 年 前
コミット
8139a3121d
1 ファイル変更1 行追加1 行削除
  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);