mirror of
https://github.com/sonertari/SSLproxy
synced 2024-11-02 15:40:19 +00:00
Fix incorrect format specifiers used in the -F usage example.
This commit is contained in:
parent
be4be4a054
commit
7ce301a60f
2
main.c
2
main.c
@ -152,7 +152,7 @@ main_usage(void)
|
||||
" %%T - initial connection time as an ISO 8601 UTC timestamp\n"
|
||||
" %%%% - literal '%%'\n"
|
||||
" e.g.\n"
|
||||
" \"/var/log/sslsplit/%%X/%%u-%%A:%%P-%%a:%%p-%%T\"\n"
|
||||
" \"/var/log/sslsplit/%%X/%%u-%%s-%%d-%%T\"\n"
|
||||
" Unknown directives are ignored, and intermediate directories will be created automatically\n"
|
||||
" -d daemon mode: run in background, log error messages to syslog\n"
|
||||
" -D debug mode: run in foreground, log debug messages on stderr\n"
|
||||
|
Loading…
Reference in New Issue
Block a user