summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-11-19 13:04:36 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-11-19 13:04:36 (GMT)
commitc3d9a7ca5a43e6414aa8d51647a08ca40b0f4dc7 (patch)
tree30e4c1fdfaa284412435d4e8cbdf6d5ff755489f
parent408abf5d08ed8109874396991e53d878b367566f (diff)
downloadCMake-c3d9a7ca5a43e6414aa8d51647a08ca40b0f4dc7.zip
CMake-c3d9a7ca5a43e6414aa8d51647a08ca40b0f4dc7.tar.gz
CMake-c3d9a7ca5a43e6414aa8d51647a08ca40b0f4dc7.tar.bz2
ENH: fix docs
-rw-r--r--Source/cmTryRunCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.h b/Source/cmTryRunCommand.h
index 1c09235..9d3f636 100644
--- a/Source/cmTryRunCommand.h
+++ b/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. "