diff options
author | Tom Gundersen <teg@jklm.no> | 2013-10-28 20:20:59 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-29 14:17:57 +0100 |
commit | 0b99c9f8f0cbfe9ab3de443cb6f94ecd7d21eae3 (patch) | |
tree | 164c8679e1b4953681fc0e4cd189df38e1173455 /shell-completion/bash/udevadm | |
parent | 9dc670ea766c711741f462b29572f2e5f8f3f6bc (diff) |
udev: builtin - rename net_link to net_setup_link
Also add shell completions.
Diffstat (limited to 'shell-completion/bash/udevadm')
-rw-r--r-- | shell-completion/bash/udevadm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/udevadm b/shell-completion/bash/udevadm index 8ad855060c..d58cdf532d 100644 --- a/shell-completion/bash/udevadm +++ b/shell-completion/bash/udevadm @@ -83,7 +83,7 @@ _udevadm() { fi ;; 'test-builtin') - comps='blkid btrfs hwdb input_id keyboard kmod net_id path_id usb_id uaccess' + comps='blkid btrfs hwdb input_id keyboard kmod net_id net_setup_link path_id usb_id uaccess' ;; *) comps=${VERBS[*]} |