about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-10-03 02:31:50 +0000
committerClint Adams <clint@users.sourceforge.net>2008-10-03 02:31:50 +0000
commitd6b4fb1c3abacfdd9d9d8aa096f29f59a7ddae9d (patch)
treeb25f134d4f85cbeac79812ccb08d16a6873f8617
parent895222b81316992ba3a624faa612f36ad9c93516 (diff)
downloadzsh-d6b4fb1c3abacfdd9d9d8aa096f29f59a7ddae9d.tar.gz
zsh-d6b4fb1c3abacfdd9d9d8aa096f29f59a7ddae9d.tar.xz
zsh-d6b4fb1c3abacfdd9d9d8aa096f29f59a7ddae9d.zip
unposted: yet another correction for 25702 misapplication
-rw-r--r--Completion/Linux/Command/_ionice2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_ionice b/Completion/Linux/Command/_ionice
index 6c0134455..83daa03cd 100644
--- a/Completion/Linux/Command/_ionice
+++ b/Completion/Linux/Command/_ionice
@@ -2,7 +2,7 @@
 
 _arguments \
   '(* -)-h[display usage information]' \
-  '(*)-p[interpret args as process ID]' \
+  '(*)-p[interpret args as process ID]:pid:_pids' \
   '-c[scheduling class]:class:(( 1\:realtime 2\:best-effort 3\:idle ))' \
   '-n[scheduling class priority]:class-priority:((
     0\:high\ priority