about summary refs log tree commit diff
path: root/Completion/Linux
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2010-01-07 13:55:08 +0000
committerClint Adams <clint@users.sourceforge.net>2010-01-07 13:55:08 +0000
commit5797f75de344cae8691a294c2263fbe517f2a789 (patch)
tree8220d87da9c8c0de928259517eab2f3bbc02b845 /Completion/Linux
parentf80bc2b5f6dc4c6aa58da88e075a588988807afb (diff)
downloadzsh-5797f75de344cae8691a294c2263fbe517f2a789.tar.gz
zsh-5797f75de344cae8691a294c2263fbe517f2a789.tar.xz
zsh-5797f75de344cae8691a294c2263fbe517f2a789.zip
27578: allow ionice -c and -n arguments to immediately follow the option letters.
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/Command/_ionice4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Linux/Command/_ionice b/Completion/Linux/Command/_ionice
index 83daa03cd..a3d49ec99 100644
--- a/Completion/Linux/Command/_ionice
+++ b/Completion/Linux/Command/_ionice
@@ -3,8 +3,8 @@
 _arguments \
   '(* -)-h[display usage information]' \
   '(*)-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:((
+  '-c+[scheduling class]:class:(( 1\:realtime 2\:best-effort 3\:idle ))' \
+  '-n+[scheduling class priority]:class-priority:((
     0\:high\ priority
     {6..1}\:
     7\:low\ priority