summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-05 16:47:41 (GMT)
committerBrad King <brad.king@kitware.com>2016-02-05 16:48:16 (GMT)
commit886acd80f09c807fccbfcde713c53a7686386968 (patch)
tree9c80039911b78deb128bfe990d1b786cc0877aed
parentbfd1b3aabaa9a2ec46ca6ebfa50d56dfa8846fb3 (diff)
downloadCMake-886acd80f09c807fccbfcde713c53a7686386968.zip
CMake-886acd80f09c807fccbfcde713c53a7686386968.tar.gz
CMake-886acd80f09c807fccbfcde713c53a7686386968.tar.bz2
Help: Fix reference to `cmake --build` in cmake(1) manual
-rw-r--r--Help/manual/cmake.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 91af3e3..273a780 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -64,7 +64,7 @@ Options
--use-stderr = Ignored. Behavior is default in CMake >= 3.0.
-- = Pass remaining options to the native tool.
- Run cmake --build with no options for quick help.
+ Run ``cmake --build`` with no options for quick help.
``-N``
View mode only.