about summary refs log tree commit diff
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 82b8a7c91..e8ff5ab87 100644
--- a/Completion/Zsh/Command/_sched
+++ b/Completion/Zsh/Command/_sched
@@ -14,7 +14,7 @@ if [[ CURRENT -eq 2 ]]; then
                            compadd "$disp[@]" - {1..$#lines}
     return
   else
-    _message 'time specification'
+    _message -e times 'time specification'
     return 1
   fi
 fi