diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-07-09 12:42:51 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-07-09 12:42:51 (GMT) |
commit | d7673a203ca41c2d05462839b818b0803b05ae1e (patch) | |
tree | eaec06219caf8907fdd612857ea63666b5e41b6c /Source | |
parent | 12e46dc413193c42589918bc588b5a41774329a8 (diff) | |
parent | 14ed40d670e522e33b89102a1e2bb2aed10d0590 (diff) | |
download | CMake-d7673a203ca41c2d05462839b818b0803b05ae1e.zip CMake-d7673a203ca41c2d05462839b818b0803b05ae1e.tar.gz CMake-d7673a203ca41c2d05462839b818b0803b05ae1e.tar.bz2 |
Merge branch 'loglevel-option-case-consistency' into release-3.15
Merge-request: !3521
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmakemain.cxx | 2 |
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 " |