瀏覽代碼

ENH: fix docs

Bill Hoffman 20 年之前
父節點
當前提交
c3d9a7ca5a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmTryRunCommand.h

+ 1 - 1
Source/cmTryRunCommand.h

@@ -63,7 +63,7 @@ public:
       "  TRY_RUN(RUN_RESULT_VAR COMPILE_RESULT_VAR\n"
       "          bindir srcfile <CMAKE_FLAGS <Flags>>\n"
       "          <COMPILE_DEFINITIONS <flags>>\n"
-      "          <ARGUMENTS <arg1> <arg2>...>)\n"
+      "          <ARGS <arg1> <arg2>...>)\n"
       "Try compiling a srcfile.  Return the success or failure in "
       "COMPILE_RESULT_VAR.  Then if the compile succeeded, run the "
       "executable and return the result in RUN_RESULT_VAR. "