summaryrefslogtreecommitdiff
path: root/bin/fail2ban-client
diff options
context:
space:
mode:
authorCameron Norman <CameronNemo@users.noreply.github.com>2014-04-20 16:03:04 -0700
committerCameron Norman <CameronNemo@users.noreply.github.com>2014-04-20 16:03:04 -0700
commit7818b0cb2ab6122c72ba1f9206b6e543c3860eaf (patch)
treeab80dcba765012cb4473fd8bb3365008b1592640 /bin/fail2ban-client
parent1f53eb2d28ee48f4a0eb0b77f027cdebcb8a8b6e (diff)
downloadfail2ban-7818b0cb2ab6122c72ba1f9206b6e543c3860eaf.tar.gz
Added f and b to cmdOpts.
f = start server in foreground; b = start server in background (default).
Diffstat (limited to 'bin/fail2ban-client')
-rwxr-xr-xbin/fail2ban-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fail2ban-client b/bin/fail2ban-client
index 8d757cfe..1acb3842 100755
--- a/bin/fail2ban-client
+++ b/bin/fail2ban-client
@@ -324,7 +324,7 @@ class Fail2banClient:
# Reads the command line options.
try:
- cmdOpts = 'hc:s:p:xdviqV'
+ cmdOpts = 'hc:s:p:xfbdviqV'
cmdLongOpts = ['help', 'version']
optList, args = getopt.getopt(self.__argv[1:], cmdOpts, cmdLongOpts)
except getopt.GetoptError: