summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_at
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2011-12-01 10:02:04 +0100
committerFrank Terbeck <ft@bewatermyfriend.org>2011-12-01 10:02:04 +0100
commitd8da5ea2f2bc5f837d0b364fff2636ebdb2f90ca (patch)
tree9fd9a57486ac4702608d92088ffd91f52971244f /Completion/Unix/Command/_at
parentaf2bb4fdb09414d21922d3fafe4e3a0ac1332f01 (diff)
parent9d71f4c207fb34e8d64af0443c83231b1cc3b494 (diff)
downloadzsh-d8da5ea2f2bc5f837d0b364fff2636ebdb2f90ca.tar.gz
zsh-d8da5ea2f2bc5f837d0b364fff2636ebdb2f90ca.zip
Merge commit 'zsh-4.3.13' into debian
Diffstat (limited to 'Completion/Unix/Command/_at')
-rw-r--r--Completion/Unix/Command/_at22
1 files changed, 11 insertions, 11 deletions
diff --git a/Completion/Unix/Command/_at b/Completion/Unix/Command/_at
index 4e2d28e27..8734e6b55 100644
--- a/Completion/Unix/Command/_at
+++ b/Completion/Unix/Command/_at
@@ -7,29 +7,29 @@ typeset -A opt_args
case $service in
atrm)
_arguments \
- '-V[Print version number]' \
+ '-V[print version number]' \
'*:job number:->jobs'
;;
atq)
_arguments \
- '-V[Print version number]' \
- '-q[Uses specified queue]:a-z+A-Z'
+ '-V[print version number]' \
+ '-q[uses specified queue]:a-z+A-Z'
;;
at|batch)
_arguments \
- new-job \
- '-V[Print version number]' \
- '-q[Uses specified queue, uppercase acts as batch]:a-z+A-Z' \
- '-f[Read job from file rather than from stdin]:file:_files' \
- '-v[Show the time the job will be executed]' \
- '-m[Send mail even if there was no output]' \
+ '-V[print version number]' \
+ '-q[uses specified queue, uppercase acts as batch]:a-z+A-Z' \
+ '-f[read job from file rather than from stdin]:file:_files' \
+ '-v[show the time the job will be executed]' \
+ '-m[send mail even if there was no output]' \
':time:' \
- atq \
- '-l[Alias for atq]' \
+ '-l[alias for atq]' \
- atrm \
- '-d[Alias for atrm]' \
+ '-d[alias for atrm]' \
- show-job \
- '-c[Cat specified jobs to stdout]:*:job number:->jobs'
+ '-c[cat specified jobs to stdout]:*:job number:->jobs'
esac
case $state in