summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_renice
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_renice')
-rw-r--r--Completion/Unix/Command/_renice2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_renice b/Completion/Unix/Command/_renice
index cbdac8cae..3b0457348 100644
--- a/Completion/Unix/Command/_renice
+++ b/Completion/Unix/Command/_renice
@@ -12,7 +12,7 @@ else
_describe -o option opts && ret=0
case ${(v)words[(I)-?]} in
- -g) _message -e pgids 'process group ID' && ret=0 ;;
+ -g) _pgids && ret=0 ;;
-u) _users && ret=0 ;;
*) _pids && ret=0;;
esac