summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-11-20 18:08:48 +0100
committerKay Sievers <kay@vrfy.org>2012-11-20 18:08:48 +0100
commit66128b2b4d9a1fe3d65ccad3d916f5db07a765ca (patch)
treea863fc38c46ecb55aa30446e801e793ef295b875
parent5ae18ddc0d86673520c0dd6b59ccac8afc8aa605 (diff)
shell-completion: udev - add net_id
-rw-r--r--shell-completion/systemd-bash-completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/systemd-bash-completion.sh b/shell-completion/systemd-bash-completion.sh
index c1b851c24e..897f988fd9 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") )