From 7ce301a60fe13f0703d888f900e884630a5e2851 Mon Sep 17 00:00:00 2001 From: Landon Fuller Date: Fri, 7 Nov 2014 16:49:00 -0700 Subject: [PATCH] Fix incorrect format specifiers used in the -F usage example. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index d78961a..7f58605 100644 --- a/main.c +++ b/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"