fix fail2ban-client completion
- fix wrong value completions
This commit is contained in:
parent
c2ecb21e86
commit
71ac28d2e0
|
|
@ -41,9 +41,9 @@ _fail2ban_client() {
|
||||||
'-c[configuration directory]:dir:_files -/' \
|
'-c[configuration directory]:dir:_files -/' \
|
||||||
'-s[socket path]:file:_files' \
|
'-s[socket path]:file:_files' \
|
||||||
'-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]:(stdout stderr syslog sysout)' \
|
'--logtarget[logging target]:target:(stdout stderr syslog sysout)' \
|
||||||
'--syslogsocket:_files' \
|
'--syslogsocket: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]' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue