aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-12-03 09:08:52 +0000
committersaturneric <[email protected]>2024-12-03 09:08:52 +0000
commit46d376d5ba64dd7856709f4ac9f6dd22ed934144 (patch)
treeb80211455e70e7bebd6d92f8be6d3239d0cd9765 /src/main.cpp
parentfix: integrated modules loading path (diff)
downloadGpgFrontend-46d376d5ba64dd7856709f4ac9f6dd22ed934144.tar.gz
GpgFrontend-46d376d5ba64dd7856709f4ac9f6dd22ed934144.zip
fix: discovered issues by testing
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
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());