- Added --version in help

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@352 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2006-09-12 21:58:28 +00:00
parent b03d4d38bf
commit 1d9bc1152d
1 changed files with 5 additions and 4 deletions

View File

@ -76,7 +76,8 @@ class Fail2banServer:
print " -b start in background"
print " -f start in foreground"
print " -x force execution of the server"
print " -h display this help message"
print " -h, --help display this help message"
print " -V, --version print the version"
print
print "Report bugs to <lostcontrol@users.sourceforge.net>"