fix fail2ban-client completion

- Add missing option description
This commit is contained in:
Shohei YOSHIDA 2026-03-08 23:15:40 +09:00
parent fc2ebff046
commit 9dfdcf43c3
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ _fail2ban_client() {
'-p[pidfile path]:file:_files' \ '-p[pidfile path]:file:_files' \
'--loglevel[logging level]:level:(CRITICAL ERROR WARNING NOTICE INFO DEBUG TRACEDEBUG HEAVYDEBUG)' \ '--loglevel[logging level]:level:(CRITICAL ERROR WARNING NOTICE INFO DEBUG TRACEDEBUG HEAVYDEBUG)' \
'--logtarget[logging target]:target:(stdout stderr syslog sysout)' \ '--logtarget[logging target]:target:(stdout stderr syslog sysout)' \
'--syslogsocket:file:_files' \ '--syslogsocket[syslog socket path]:file:_files' \
'-d[dump configuration]' \ '-d[dump configuration]' \
'(--dp --dump-pretty)'{--dp,--dump-pretty}'[dump the configuration using more human readable representation]' \ '(--dp --dump-pretty)'{--dp,--dump-pretty}'[dump the configuration using more human readable representation]' \
'(-t --test)'{-t,--test}'[test configuration]' \ '(-t --test)'{-t,--test}'[test configuration]' \