summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Command/_sched
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_sched')
-rw-r--r--Completion/Zsh/Command/_sched2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_sched b/Completion/Zsh/Command/_sched
index e8ff5ab87..888708684 100644
--- a/Completion/Zsh/Command/_sched
+++ b/Completion/Zsh/Command/_sched
@@ -10,7 +10,7 @@ if [[ CURRENT -eq 2 ]]; then
else
disp=()
fi
- [[ -z $lines ]] || _wanted jobs expl 'scheduled jobs' \
+ [[ -z $lines ]] || _wanted jobs expl 'scheduled job' \
compadd "$disp[@]" - {1..$#lines}
return
else