From 0829c14cbdda6d6033db6bac9d0bab9852f2cea7 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 10 Feb 2017 13:53:37 +0100 Subject: unposted: using a colon in the tag name for lsusb completion was not such a good idea --- Completion/Linux/Command/_lsusb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Linux/Command/_lsusb b/Completion/Linux/Command/_lsusb index 1807f5e93..129309b8b 100644 --- a/Completion/Linux/Command/_lsusb +++ b/Completion/Linux/Command/_lsusb @@ -30,6 +30,6 @@ if [[ -n $state && ${+_lsusb_vendors} -eq 0 ]]; then done fi -_wanted vendors:products expl 'vendor ID:product ID' compadd -k _lsusb_devices && ret=0 +_wanted products expl 'vendor ID:product ID' compadd -k _lsusb_devices && ret=0 return ret -- cgit 1.4.1