diff options
author | Kay Sievers <kay@vrfy.org> | 2012-11-20 18:08:48 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-11-20 18:08:48 +0100 |
commit | 66128b2b4d9a1fe3d65ccad3d916f5db07a765ca (patch) | |
tree | a863fc38c46ecb55aa30446e801e793ef295b875 /shell-completion/systemd-bash-completion.sh | |
parent | 5ae18ddc0d86673520c0dd6b59ccac8afc8aa605 (diff) |
shell-completion: udev - add net_id
Diffstat (limited to 'shell-completion/systemd-bash-completion.sh')
-rw-r--r-- | shell-completion/systemd-bash-completion.sh | 2 |
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") ) |