mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
zsh completion: udev - remove firmware builtin
This commit is contained in:
parent
4c42e8e161
commit
c4b5cf8763
@ -978,7 +978,7 @@ _udevadm_test-builtin(){
|
||||
if (( CURRENT == 2 )); then
|
||||
_arguments \
|
||||
'--help[Print help text]' \
|
||||
'*::builtins:(blkid btrfs firmware hwdb input_id kmod path_id usb_id uaccess)'
|
||||
'*::builtins:(blkid btrfs hwdb input_id kmod path_id usb_id uaccess)'
|
||||
elif (( CURRENT == 3 )); then
|
||||
_arguments \
|
||||
'--help[Print help text]' \
|
||||
|
Loading…
Reference in New Issue
Block a user