From c4b5cf8763dbd0ef68f75f73b4236f5a43872d76 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 20 Mar 2013 13:09:58 +0100 Subject: [PATCH] zsh completion: udev - remove firmware builtin --- shell-completion/systemd-zsh-completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh index 77b26f6d2..ac36c4ed5 100644 --- a/shell-completion/systemd-zsh-completion.zsh +++ b/shell-completion/systemd-zsh-completion.zsh @@ -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]' \ -- 2.30.2