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/Linux/Command | |
| parent | 27914: find usb.ids in /usr/share/misc. (diff) | |
| download | zsh-19849aa444fd876bbea0ec32943160ff4f82234b.tar zsh-19849aa444fd876bbea0ec32943160ff4f82234b.tar.gz zsh-19849aa444fd876bbea0ec32943160ff4f82234b.tar.bz2 zsh-19849aa444fd876bbea0ec32943160ff4f82234b.tar.lz zsh-19849aa444fd876bbea0ec32943160ff4f82234b.tar.xz zsh-19849aa444fd876bbea0ec32943160ff4f82234b.tar.zst zsh-19849aa444fd876bbea0ec32943160ff4f82234b.zip | |
fix previous commit
Diffstat (limited to 'Completion/Linux/Command')
| -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 |
