diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-11-28 09:26:22 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-11-28 09:26:33 (GMT) |
commit | faf4496db372847f34046acfd0d57dda7812eafa (patch) | |
tree | ddab3a1d34cc7c61bd2cf27b6c4eed4b9b7f3a5d /Help/manual/ccmake.1.rst | |
parent | 049ca05da93ef7f6fced82a88069a382c6008ebf (diff) | |
parent | e15cac8ee748022d31e734f3ab9529bf6c36ac25 (diff) | |
download | CMake-faf4496db372847f34046acfd0d57dda7812eafa.zip CMake-faf4496db372847f34046acfd0d57dda7812eafa.tar.gz CMake-faf4496db372847f34046acfd0d57dda7812eafa.tar.bz2 |
Merge topic 'doc-cmake.1'
e15cac8ee7 Help: Extend the cmake(1) manual
8b3a537c29 Help: Improve cmake(1) manual organization
f9c3f7b164 Help: Emphasize tool names in their manuals
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2662
Diffstat (limited to 'Help/manual/ccmake.1.rst')
-rw-r--r-- | Help/manual/ccmake.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/ccmake.1.rst b/Help/manual/ccmake.1.rst index cc3ceec..9548471 100644 --- a/Help/manual/ccmake.1.rst +++ b/Help/manual/ccmake.1.rst @@ -13,7 +13,7 @@ Synopsis Description =========== -The "ccmake" executable is the CMake curses interface. Project +The **ccmake** executable is the CMake curses interface. Project configuration settings may be specified interactively through this GUI. Brief instructions are provided at the bottom of the terminal when the program is running. |