summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2011-06-20 02:24:56 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2011-06-20 02:24:56 +0000
commit67ef9605f12969b5eab407f83fb117867b15655f (patch)
tree782622f6e2f43fcfd6e481ac6e8089dba4ce579a /Completion/Unix/Command
parent59a4cc38ea4e0aa3e9d7a42f701c7059cf7ceae3 (diff)
downloadzsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.gz
zsh-67ef9605f12969b5eab407f83fb117867b15655f.zip
unposted: clean up completion descriptions as per Etc/completion-style-guide
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_at22
-rw-r--r--Completion/Unix/Command/_lp42
-rw-r--r--Completion/Unix/Command/_unison4
3 files changed, 34 insertions, 34 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
diff --git a/Completion/Unix/Command/_lp b/Completion/Unix/Command/_lp
index 5d46a75bb..def9aed87 100644
--- a/Completion/Unix/Command/_lp
+++ b/Completion/Unix/Command/_lp
@@ -133,7 +133,7 @@ _lp()
case $service in
(lpq)
_arguments \
- '-E[Force encryption]' \
+ '-E[force encryption]' \
'-U:username (for connection to server):_users' \
'-h:alternate server:_hosts' \
'(-a)-P+[destination printer]:printers:_printers' \
@@ -144,7 +144,7 @@ _lp()
(lprm)
_arguments \
- '-E[Force encryption]' \
+ '-E[force encryption]' \
'-U:username (for connection to server):_users' \
'-h:alternate server:_hosts' \
'-P+[destination printer]:printers:_printers' \
@@ -153,7 +153,7 @@ _lp()
(lpoptions)
_arguments \
- '-E[Force encryption]' \
+ '-E[force encryption]' \
'-U:username (for connection to server):_users' \
'-h:alternate server:_hosts' \
'(-p -l -r -x)-d[set default printer]:printers:_printers' \
@@ -166,58 +166,58 @@ _lp()
(lpstat)
_arguments \
- '-E[Force encryption]' \
- '-R[Shows print job ranking]' \
+ '-E[force encryption]' \
+ '-R[shows print job ranking]' \
'-U:username (for connection to server):_users' \
'-W:which jobs:(completed not-completed)' \
- '-a[Show accepting state]:printers:_printers' \
+ '-a[show accepting state]:printers:_printers' \
'-c:printer classes:' \
- '-d[Show current default destination]' \
+ '-d[show current default destination]' \
'-h:hostname (alternate server):_hosts' \
'-l[long listing]' \
'-o[destinations]:printers:_printers' \
'-p:printers:_printers' \
'-r[CUPS server running status]' \
- '-s[Status summary]' \
- '-t[All status info]' \
+ '-s[status summary]' \
+ '-t[all status info]' \
'-u[list jobs by users]:users:_users' \
'-v[show devices]:printers:_printers'
;;
(lpr)
_arguments \
- '-E[Force encryption]' \
+ '-E[force encryption]' \
'-H:hostname (alternate server):_hosts' \
'(-C -J -T)'-{C,J,T}':job name:' \
'-P+[destination printer]:printers:_printers' \
'-U:username (for connection to server):_users' \
- '-#[Copies]:copies (1--100):' \
- '-h[Disables banner printing]' \
+ '-#[copies]:copies (1--100):' \
+ '-h[disables banner printing]' \
'-l[raw file]' \
- '-m[Send an email on job completion]' \
+ '-m[send an email on job completion]' \
'*-o:print job options:_lp_job_options' \
'-p[format with shaded header incl. date, time etc.]' \
- '-q[Hold job for printing.]' \
+ '-q[hold job for printing]' \
'-r[delete files after printing]' \
'*:PS/PDF files:_pspdf'
;;
(lp)
_arguments \
- '-E[Force encryption]' \
+ '-E[force encryption]' \
'-U[username (for connection to server)]:username:_users' \
'-c[(OBSOLETE) copy to spool dir before printing]' \
'-d[destination printer]:printers:_printers' \
'-h:hostname (alternate server):_hosts' \
'-i[job id to modify]:job id:' \
- '-m[Send an email on job completion]' \
- '-n[Copies]:copies (1--100):' \
+ '-m[send an email on job completion]' \
+ '-n[copies]:copies (1--100):' \
'*-o:print job options:_lp_job_options' \
- '-q[Job priority -- 1 (lowest) to 100 (highest)]:priority:' \
- '-s[Dont report resulting job IDs]' \
- '-t[Sets the job name]:job name:' \
+ '-q[job priority -- 1 (lowest) to 100 (highest)]:priority:' \
+ '-s[dont report resulting job IDs]' \
+ '-t[sets the job name]:job name:' \
'-u[job submission username]:username:_users' \
- '-H[Time to print]:print time (or enter hh\:mm):(hold immediate restart resume)' \
+ '-H[time to print]:print time (or enter hh\:mm):(hold immediate restart resume)' \
'-P:page range list:' \
'*:PS/PDF files:_pspdf'
;;
diff --git a/Completion/Unix/Command/_unison b/Completion/Unix/Command/_unison
index bb8edd489..5725575c5 100644
--- a/Completion/Unix/Command/_unison
+++ b/Completion/Unix/Command/_unison
@@ -42,7 +42,7 @@ _arguments \
'-copythreshold[use copyprog on files bigger than this]:size (kb):' \
'-debug:debug module:(all verbose)' \
'-diff[command for showing differences between files]:program:_files -g "*(-x)"' \
- '-dontchmod[When set, never use the chmod system call]' \
+ '-dontchmod[when set, never use the chmod system call]' \
'-dumbtty[do not change terminal settings in text UI]' \
'-fastcheck:fast update detection:(true false default)' \
'-forcepartial[add a pattern to the forcepartial list]:pattern:' \
@@ -63,7 +63,7 @@ _arguments \
'-mountpoint[abort if this path does not exist]:mountpoint:_files -/' \
'-numericids[dont map uid/gid values by user/group names]' \
'-preferpartial[add a pattern to the preferpartial list]:pattern:' \
- '-pretendwin[Use creation times for detecting updates]' \
+ '-pretendwin[use creation times for detecting updates]' \
'-repeat[synchronize repeatedly (text interface only)]:repeat:' \
'-retry[re-try failed synchronizations N times (text ui only)]:retry times:' \
'-rootalias[register alias for canonical root names]:root alias:' \