diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-04-24 14:23:28 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-04-24 14:23:39 (GMT) |
commit | c3ef56795102516c2d5c86b5d90808e854cda514 (patch) | |
tree | cf936bd47f30935ce5f7a8222246ebe9d3e86c9a /Help/command/message.rst | |
parent | a7eb2877b87117fb02ae4d3b730361defca4a96d (diff) | |
parent | cb811d11cee1e2873cc2bf506cd081769e894ac3 (diff) | |
download | CMake-c3ef56795102516c2d5c86b5d90808e854cda514.zip CMake-c3ef56795102516c2d5c86b5d90808e854cda514.tar.gz CMake-c3ef56795102516c2d5c86b5d90808e854cda514.tar.bz2 |
Merge topic 'update-documentation'
cb811d11ce Help: Improve description of modules
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3222
Diffstat (limited to 'Help/command/message.rst')
-rw-r--r-- | Help/command/message.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/message.rst b/Help/command/message.rst index 2b4b1aa..a3c3a89 100644 --- a/Help/command/message.rst +++ b/Help/command/message.rst @@ -25,7 +25,7 @@ The optional ``<mode>`` keyword determines the type of message: The CMake command-line tool displays STATUS messages on stdout and all other message types on stderr. The CMake GUI displays all messages in its log area. The interactive dialogs (ccmake and CMakeSetup) show -STATUS messages one at a time on a status line and other messages in +``STATUS`` messages one at a time on a status line and other messages in interactive pop-up boxes. CMake Warning and Error message text displays using a simple markup |