From 73cb3e3eec59b8be1a6781454bbe7be940603066 Mon Sep 17 00:00:00 2001 From: Cameron Norman Date: Tue, 22 Apr 2014 20:20:07 -0700 Subject: [PATCH] Added more specific help message to fail2ban-client with -f option --- bin/fail2ban-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fail2ban-client b/bin/fail2ban-client index 1acb3842..289d7b39 100755 --- a/bin/fail2ban-client +++ b/bin/fail2ban-client @@ -85,7 +85,7 @@ class Fail2banClient: print " -q decrease verbosity" print " -x force execution of the server (remove socket file)" print " -b start server in background (default)" - print " -f start server in foreground" + print " -f start server in foreground (note that the client forks once itself)" print " -h, --help display this help message" print " -V, --version print the version" print