diff options
author | Brad King <brad.king@kitware.com> | 2016-02-05 16:47:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-02-05 16:48:16 (GMT) |
commit | 886acd80f09c807fccbfcde713c53a7686386968 (patch) | |
tree | 9c80039911b78deb128bfe990d1b786cc0877aed /Help/manual | |
parent | bfd1b3aabaa9a2ec46ca6ebfa50d56dfa8846fb3 (diff) | |
download | CMake-886acd80f09c807fccbfcde713c53a7686386968.zip CMake-886acd80f09c807fccbfcde713c53a7686386968.tar.gz CMake-886acd80f09c807fccbfcde713c53a7686386968.tar.bz2 |
Help: Fix reference to `cmake --build` in cmake(1) manual
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake.1.rst | 2 |
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. |