zsh completion: udev - remove firmware builtin

This commit is contained in:
Tom Gundersen 2013-03-20 13:09:58 +01:00
parent 4c42e8e161
commit c4b5cf8763
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ _udevadm_test-builtin(){
if (( CURRENT == 2 )); then
_arguments \
'--help[Print help text]' \
'*::builtins:(blkid btrfs firmware hwdb input_id kmod path_id usb_id uaccess)'
'*::builtins:(blkid btrfs hwdb input_id kmod path_id usb_id uaccess)'
elif (( CURRENT == 3 )); then
_arguments \
'--help[Print help text]' \