nghttpx: Fix -L option help message
WARNING should be WARN.
This commit is contained in:
parent
42122c270a
commit
1119701071
|
@ -1124,7 +1124,8 @@ Mode:
|
||||||
Logging:
|
Logging:
|
||||||
-L, --log-level=<LEVEL>
|
-L, --log-level=<LEVEL>
|
||||||
Set the severity level of log output. <LEVEL>
|
Set the severity level of log output. <LEVEL>
|
||||||
must be one of INFO, NOTICE, WARNING, ERROR and FATAL.
|
must be one of INFO, NOTICE, WARN, ERROR and
|
||||||
|
FATAL.
|
||||||
Default: NOTICE
|
Default: NOTICE
|
||||||
--accesslog-file=<PATH>
|
--accesslog-file=<PATH>
|
||||||
Set path to write access log. To reopen file,
|
Set path to write access log. To reopen file,
|
||||||
|
|
Loading…
Reference in New Issue