diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 040269fb..926c15ab 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -81,9 +81,7 @@ auto main(int argc, char* argv[]) -> int { {{"v", "version"}, "show version information"}, {{"t", "test"}, "run all unit test cases"}, {{"e", "environment"}, "show environment information"}, - {{"l", "log-level"}, - "set log level (trace, debug, info, warn, error)", - "debug"}, + {{"l", "log-level"}, "set log level (debug, info, warn, error)", "none"}, }); parser.process(*ctx->GetApp()); |