Fix incorrect format specifiers used in the -F usage example.

pull/13/head
Landon Fuller 10 years ago
parent be4be4a054
commit 7ce301a60f
No known key found for this signature in database
GPG Key ID: 28BBCFC35B80A3C4

@ -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…
Cancel
Save