about summary refs log tree commit diff
path: root/Completion/Linux
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-08 12:11:42 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-08 12:11:42 +0000
commit3bca186819e7e1e0fc6321592ccc62d75e0525be (patch)
treeed20d5f24243443b31311aa4307995f0ce5359e8 /Completion/Linux
parent5c90cf1a51b176badb0095a089df132fc5f62746 (diff)
downloadzsh-3bca186819e7e1e0fc6321592ccc62d75e0525be.tar.gz
zsh-3bca186819e7e1e0fc6321592ccc62d75e0525be.tar.xz
zsh-3bca186819e7e1e0fc6321592ccc62d75e0525be.zip
handle the right option in strings with multiple single-letter options (and correctly handle its argument) (12567)
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/_rpm2
1 files changed, 1 insertions, 1 deletions
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'