BF: minor type for delignoreregex in bash completions

pull/739/head
Yaroslav Halchenko 2014-05-27 08:57:43 -04:00
parent db023be09b
commit 2a51a0176a
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ _fail2ban () {
fi fi
return 0 return 0
;; ;;
delfailregex|delignoregex) delfailregex|delignoreregex)
COMPREPLY=( $( compgen -W \ COMPREPLY=( $( compgen -W \
"$( "$1" get "$jail" "${prev/del/}" 2>/dev/null | awk -F"[][]" '{print $2}')" \ "$( "$1" get "$jail" "${prev/del/}" 2>/dev/null | awk -F"[][]" '{print $2}')" \
-- "$cur" ) ) -- "$cur" ) )