From 5ac565f5df25884ba9da9f2b8fe4b173b3e2128b Mon Sep 17 00:00:00 2001 From: Daniel Roethlisberger Date: Fri, 28 Nov 2014 10:28:16 +0100 Subject: [PATCH] Note that -j impacts -S and -F --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index cba5d7b..617047f 100644 --- a/main.c +++ b/main.c @@ -142,7 +142,7 @@ main_usage(void) " -E list available NAT engines and exit\n" " -u user drop privileges to user (default if run as root: nobody)\n" " -m group when using -u, override group (default: primary group of user)\n" -" -j jaildir chroot() to jaildir (impacts -S and sni, see manual page)\n" +" -j jaildir chroot() to jaildir (impacts -S/-F and sni, see manual page)\n" " -p pidfile write pid to pidfile (default: no pid file)\n" " -l logfile connect log: log one line summary per connection to logfile\n" " -L logfile content log: full data to file or named pipe (excludes -S/-F)\n"