From 66128b2b4d9a1fe3d65ccad3d916f5db07a765ca Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 20 Nov 2012 18:08:48 +0100 Subject: [PATCH] shell-completion: udev - add net_id --- shell-completion/systemd-bash-completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/systemd-bash-completion.sh b/shell-completion/systemd-bash-completion.sh index c1b851c24..897f988fd 100644 --- a/shell-completion/systemd-bash-completion.sh +++ b/shell-completion/systemd-bash-completion.sh @@ -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") ) -- 2.30.2