aboutsummaryrefslogtreecommitdiffstats
path: root/src/_fail2ban-regex
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2026-03-08 22:03:58 +0900
committerShohei YOSHIDA <syohex@gmail.com>2026-03-08 22:03:58 +0900
commit189ee541a1aacc0aa7b6fd5c07cc740a1157c3bf (patch)
tree511ab7b82785dea9fab14af68e3c5044fc44068e /src/_fail2ban-regex
parentFix fallocate (diff)
downloadzsh-completions-189ee541a1aacc0aa7b6fd5c07cc740a1157c3bf.tar
zsh-completions-189ee541a1aacc0aa7b6fd5c07cc740a1157c3bf.tar.gz
zsh-completions-189ee541a1aacc0aa7b6fd5c07cc740a1157c3bf.tar.bz2
zsh-completions-189ee541a1aacc0aa7b6fd5c07cc740a1157c3bf.tar.lz
zsh-completions-189ee541a1aacc0aa7b6fd5c07cc740a1157c3bf.tar.xz
zsh-completions-189ee541a1aacc0aa7b6fd5c07cc740a1157c3bf.tar.zst
zsh-completions-189ee541a1aacc0aa7b6fd5c07cc740a1157c3bf.zip
fix fail2ban-regex completion
- fix wrong exclusive option syntax
Diffstat (limited to 'src/_fail2ban-regex')
-rw-r--r--src/_fail2ban-regex6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_fail2ban-regex b/src/_fail2ban-regex
index 61f4651..afa26d1 100644
--- a/src/_fail2ban-regex
+++ b/src/_fail2ban-regex
@@ -25,12 +25,12 @@ _arguments -A "-*" -n \
'(-c --config)'{-c,--config=}'[set alternate config directory]:directory:_files -/' \
'(-d --datepattern)'{-d,--datepattern=}'[set custom pattern used to match date/times]:DATEPATTERN' \
'(--timezone= --TZ=)'{--timezone=,--TZ=}'[set time-zone used by convert time format]:TIMEZONE' \
- '(-e --encoding=)'{-e,--encoding=}'[use different encoding from system locale]:ENCODING' \
+ '(-e --encoding)'{-e,--encoding=}'[use different encoding from system locale]:ENCODING' \
'(-r --raw)'{-r,--raw}'[raw hosts,don''t resolve dns]' \
'--usedns=[DNS specified replacement of tags <HOST> in regexp]::((yes\:matches all form of hosts no\:IP addresses only))' \
- '(-L --maxlines=)'{-L,--maxlines}'[maxlines for multi-line regex]:MAXLINES' \
+ '(-L --maxlines)'{-L,--maxlines}'[maxlines for multi-line regex]:MAXLINES' \
'(-m --journalmatch=)'{-m,--journalmatch=}'[journalctl style matches overriding filter file; "systemd-journal" only]:JOURNALMATCH' \
- '(-l --log-level=)'{-l,--log-level}'[log level for the Fail2Ban logger to use]:LOG_LEVEL' \
+ '(-l --log-level)'{-l,--log-level}'[log level for the Fail2Ban logger to use]:LOG_LEVEL' \
'-V[get version in machine-readable short format]' \
'--verbosity=[set numerical level of verbosity]:(0 1 2 3 4)' \
'(--verbose-date --VD)'{--verbose-date,--VD}'[verbose date patterns/regex in output]' \