From: Tom Gundersen Date: Wed, 20 Mar 2013 12:09:58 +0000 (+0100) Subject: zsh completion: udev - remove firmware builtin X-Git-Tag: v199~145 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=c4b5cf8763dbd0ef68f75f73b4236f5a43872d76;p=elogind.git zsh completion: udev - remove firmware builtin --- 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]' \