[systemd-commits] shell-completion/systemd-zsh-completion.zsh
Tom Gundersen
tomegun at kemper.freedesktop.org
Wed Mar 20 05:38:27 PDT 2013
shell-completion/systemd-zsh-completion.zsh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c4b5cf8763dbd0ef68f75f73b4236f5a43872d76
Author: Tom Gundersen <teg at jklm.no>
Date: Wed Mar 20 13:09:58 2013 +0100
zsh completion: udev - remove firmware builtin
diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh
index 77b26f6..ac36c4e 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]' \
More information about the systemd-commits
mailing list