summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-03-20 13:09:58 +0100
committerTom Gundersen <teg@jklm.no>2013-03-20 13:41:43 +0100
commitc4b5cf8763dbd0ef68f75f73b4236f5a43872d76 (patch)
tree82ea2e891174c881eeafa1535f2a7422ed61ee64 /shell-completion
parent4c42e8e1618e2352cb628d459593233a86202ce6 (diff)
downloadsystemd-c4b5cf8763dbd0ef68f75f73b4236f5a43872d76.tar.gz
zsh completion: udev - remove firmware builtin
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/systemd-zsh-completion.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh
index 77b26f6d26..ac36c4ed5d 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]' \