about summary refs log tree commit diff
path: root/Completion/Linux/Command/_chrt
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Linux/Command/_chrt')
-rw-r--r--Completion/Linux/Command/_chrt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_chrt b/Completion/Linux/Command/_chrt
index 6789b66cf..5431b0799 100644
--- a/Completion/Linux/Command/_chrt
+++ b/Completion/Linux/Command/_chrt
@@ -62,7 +62,7 @@ elif (( CURRENT == 1 )); then
 else
   shift words
   (( CURRENT-- ))
-  _normal && ret=0
+  _normal -p $service && ret=0
 fi
 
 return ret