summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-07-09 12:40:19 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-07-09 12:40:29 (GMT)
commit2113705c5b4d2b86d6ad62eed33ac26c54894025 (patch)
tree4fd14f7752f32f40c07f33d3815122e95bffa413 /Source/cmakemain.cxx
parentf02ea912ac9cff2cec857202aecd186cc407163c (diff)
parent14ed40d670e522e33b89102a1e2bb2aed10d0590 (diff)
downloadCMake-2113705c5b4d2b86d6ad62eed33ac26c54894025.zip
CMake-2113705c5b4d2b86d6ad62eed33ac26c54894025.tar.gz
CMake-2113705c5b4d2b86d6ad62eed33ac26c54894025.tar.bz2
Merge topic 'loglevel-option-case-consistency'
14ed40d670 Help: Use consistent levels for cmake --loglevel and message() Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3521
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index 64026ca..a6348b3 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -96,7 +96,7 @@ static const char* cmDocumentationOptions[][2] = {
"Generate graphviz of dependencies, see "
"CMakeGraphVizOptions.cmake for more." },
{ "--system-information [file]", "Dump information about this system." },
- { "--loglevel=<error|warn|notice|status|verbose|debug|trace>",
+ { "--loglevel=<ERROR|WARNING|NOTICE|STATUS|VERBOSE|DEBUG|TRACE>",
"Set the verbosity of messages from CMake files." },
{ "--debug-trycompile",
"Do not delete the try_compile build tree. Only "