summaryrefslogtreecommitdiffstats
path: root/Help/release/3.16.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-10-09 12:55:43 (GMT)
committerBrad King <brad.king@kitware.com>2019-10-10 13:20:50 (GMT)
commit7bbddeb78d46193eda9c2a948040e50012fbe33b (patch)
treef4255eca8b53009ac3414d02fabc1f9b673e08b5 /Help/release/3.16.rst
parentead89868ba09bb331ae31c116f1cec4a44713b3b (diff)
downloadCMake-7bbddeb78d46193eda9c2a948040e50012fbe33b.zip
CMake-7bbddeb78d46193eda9c2a948040e50012fbe33b.tar.gz
CMake-7bbddeb78d46193eda9c2a948040e50012fbe33b.tar.bz2
CLI: Rename --loglevel to --log-level for naming consistency
Other multi-word command line options use hyphens to separate the words, so the --loglevel option introduced in CMake 3.15 was inconsistent in this regard. Rename it to --log-level but still support the original --loglevel name to preserve backward compatibility.
Diffstat (limited to 'Help/release/3.16.rst')
-rw-r--r--Help/release/3.16.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.16.rst b/Help/release/3.16.rst
index 2b1ecf5..a14effe 100644
--- a/Help/release/3.16.rst
+++ b/Help/release/3.16.rst
@@ -56,6 +56,11 @@ Command-Line
option that can be used to redirect ``--trace`` output to a file instead
of ``stderr``.
+* The :manual:`cmake(1)` ``--loglevel`` command line option has been
+ renamed to ``--log-level`` to make it consistent with the naming of other
+ command line options. The ``--loglevel`` option is still supported to
+ preserve backward compatibility.
+
Commands
--------