From 3bca186819e7e1e0fc6321592ccc62d75e0525be Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 8 Aug 2000 12:11:42 +0000 Subject: handle the right option in strings with multiple single-letter options (and correctly handle its argument) (12567) --- Completion/Linux/_rpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Linux') diff --git a/Completion/Linux/_rpm b/Completion/Linux/_rpm index 11bb370b8..34bf30e73 100644 --- a/Completion/Linux/_rpm +++ b/Completion/Linux/_rpm @@ -59,7 +59,7 @@ _rpm () { ) packageopts=( '-a[query all packages]' - '-p+[query uninstalled package file]:*:RPM package file:->package_file' + '-p[query uninstalled package file]:*:RPM package file:->package_file' '-f[specify file to query owner of]:file:_files' '--triggeredby:RPM package:->package' '--whatprovides:RPM capability:->capability' -- cgit v1.2.3