From 71ac28d2e015be49355383698b90dec2a1d6be09 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 23:05:29 +0900 Subject: [PATCH] fix fail2ban-client completion - fix wrong value completions --- src/_fail2ban-client | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_fail2ban-client b/src/_fail2ban-client index 08db4ab..e2c682d 100644 --- a/src/_fail2ban-client +++ b/src/_fail2ban-client @@ -41,9 +41,9 @@ _fail2ban_client() { '-c[configuration directory]:dir:_files -/' \ '-s[socket path]:file:_files' \ '-p[pidfile path]:file:_files' \ - '--loglevel[logging level]:level:(CRITICAL ERROR WARNING, NOTICE INFO, DEBUG, TRACEDEBUG HEAVYDEBUG)' \ - '--logtarget[logging target]:(stdout stderr syslog sysout)' \ - '--syslogsocket:_files' \ + '--loglevel[logging level]:level:(CRITICAL ERROR WARNING NOTICE INFO DEBUG TRACEDEBUG HEAVYDEBUG)' \ + '--logtarget[logging target]:target:(stdout stderr syslog sysout)' \ + '--syslogsocket:file:_files' \ '-d[dump configuration]' \ '(--dp --dump-pretty)'{--dp,--dump-pretty}'[dump the configuration using more human readable representation]' \ '(-t --test)'{-t,--test}'[test configuration]' \