From 1d9bc1152d7ad74570fdd33c23e48b70af0b913f Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 12 Sep 2006 21:58:28 +0000 Subject: [PATCH] - Added --version in help git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@352 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- fail2ban-server | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fail2ban-server b/fail2ban-server index e3f91162..ddfb499d 100755 --- a/fail2ban-server +++ b/fail2ban-server @@ -73,10 +73,11 @@ class Fail2banServer: print "fail2ban-client instead." print print "Options:" - print " -b start in background" - print " -f start in foreground" - print " -x force execution of the server" - print " -h display this help message" + print " -b start in background" + print " -f start in foreground" + print " -x force execution of the server" + print " -h, --help display this help message" + print " -V, --version print the version" print print "Report bugs to "