From 9dfdcf43c37e990cb42b951d9038ae815e129117 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 23:15:40 +0900 Subject: [PATCH] fix fail2ban-client completion - Add missing option description --- src/_fail2ban-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_fail2ban-client b/src/_fail2ban-client index e2c682d..69540a6 100644 --- a/src/_fail2ban-client +++ b/src/_fail2ban-client @@ -43,7 +43,7 @@ _fail2ban_client() { '-p[pidfile path]:file:_files' \ '--loglevel[logging level]:level:(CRITICAL ERROR WARNING NOTICE INFO DEBUG TRACEDEBUG HEAVYDEBUG)' \ '--logtarget[logging target]:target:(stdout stderr syslog sysout)' \ - '--syslogsocket:file:_files' \ + '--syslogsocket[syslog socket path]: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]' \