diff options
author | Clint Adams <clint@users.sourceforge.net> | 2010-04-25 22:40:54 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2010-04-25 22:40:54 +0000 |
commit | 19849aa444fd876bbea0ec32943160ff4f82234b (patch) | |
tree | 11527cb765492312f1758efb67fbd872f1b7f4e7 /Completion | |
parent | 9b8e49a7b13a6a233c746715907ac4efa14c22a0 (diff) | |
download | zsh-19849aa444fd876bbea0ec32943160ff4f82234b.tar.gz zsh-19849aa444fd876bbea0ec32943160ff4f82234b.tar.xz zsh-19849aa444fd876bbea0ec32943160ff4f82234b.zip |
fix previous commit
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Linux/Command/_lsusb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_lsusb b/Completion/Linux/Command/_lsusb index a2aaa4e62..17240e03d 100644 --- a/Completion/Linux/Command/_lsusb +++ b/Completion/Linux/Command/_lsusb @@ -25,7 +25,7 @@ _arguments \ _lsusb_devices[${pair}]="$match[2]" ;; esac - done < /usr/share/misc/pci.ids + done < /usr/share/misc/usb.ids fi compadd -k _lsusb_devices |