shell-completion: udev - add net_id

This commit is contained in:
Kay Sievers 2012-11-20 18:08:48 +01:00
parent 5ae18ddc0d
commit 66128b2b4d
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ _udevadm() {
fi
elif __contains_word "$verb" ${VERBS[TESTBUILTIN]}; then
comps='blkid btrfs firmware hwdb input_id kmod path_id usb_id uaccess'
comps='blkid btrfs firmware hwdb input_id kmod net_id path_id usb_id uaccess'
fi
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )