We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451fe79 commit d2fa0f6Copy full SHA for d2fa0f6
src/output/output.cpp
@@ -37,8 +37,8 @@ int printHelp(int flags) {
37
" -c Show parsed config file structure and exit\r\n"
38
" -t Check if the config file syntax is valid and exit\r\n"
39
" -o Turn terminal output 'on' or 'off'\r\n"
40
- " -l set the log level using '0/1/2/3' for "
41
- "error/warning/info/debug\r\n"
+ " -l set the log level using '0/1/2/3/4' for "
+ "error/warning/info/debug/verbose\r\n"
42
" -a Sets the path for the access log file\r\n"
43
" -e Sets the path for the error log file"
44
<< std::endl;
0 commit comments