about summary refs log tree commit diff
path: root/Completion/Unix
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2003-08-19 07:37:27 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2003-08-19 07:37:27 +0000
commit62168a3331f43eba1f19f2287a69c18fa527468d (patch)
treef8cb85b7ee28a8737495f5ce6f5ecd71e4c7e8d2 /Completion/Unix
parent2976578cc5360dd7d8945f54254b077d80ff03cf (diff)
downloadzsh-62168a3331f43eba1f19f2287a69c18fa527468d.tar.gz
zsh-62168a3331f43eba1f19f2287a69c18fa527468d.tar.xz
zsh-62168a3331f43eba1f19f2287a69c18fa527468d.zip
unposted: remove initial capitalisation from some descriptions
Diffstat (limited to 'Completion/Unix')
-rw-r--r--Completion/Unix/Command/_cvs6
-rw-r--r--Completion/Unix/Command/_global22
2 files changed, 14 insertions, 14 deletions
diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs
index ec2b95d0e..d3e30479f 100644
--- a/Completion/Unix/Command/_cvs
+++ b/Completion/Unix/Command/_cvs
@@ -367,9 +367,9 @@ _cvs_history_x () {
     'G[merge succeed]' \
     'U[working file was copied]' \
     'W[working file was deleted]' \
-    'A[A file was added]' \
-    'M[A file was modified]' \
-    'R[A file was removed]'
+    'A[a file was added]' \
+    'M[a file was modified]' \
+    'R[a file was removed]'
 }
 
 (( $+functions[_cvs_import] )) ||
diff --git a/Completion/Unix/Command/_global b/Completion/Unix/Command/_global
index 1c3bb6f41..cbf8a7179 100644
--- a/Completion/Unix/Command/_global
+++ b/Completion/Unix/Command/_global
@@ -15,30 +15,30 @@ _arguments \
 	'(-P)--path' \
 	'(--update)-u[locate tag files and update incrementally]' \
 	'(-u)--update' \
-	'(--absolute)-a[Print absolute path names]' \
+	'(--absolute)-a[print absolute path names]' \
 	'(-a)--absolute' \
 	'(--ignore-case)-i[ignore case in patterns]' \
 	'(-i)--ignore-case' \
-	'(--local)-l[Print just objects which exist under the current directory]' \
+	'(--local)-l[print just objects which exist under the current directory]' \
 	'(-l)--local' \
-	'(--nofilter)-n[Suppress sort filter and path conversion filter]' \
+	'(--nofilter)-n[suppress sort filter and path conversion filter]' \
 	'(-n)--nofilter' \
-	'(--other)-o[Search in other files, not just source files (with -g)]' \
+	'(--other)-o[search in other files, not just source files (with -g)]' \
 	'(-o)--other' \
-	'(--quiet)-q[Quiet mode]' \
+	'(--quiet)-q[quiet mode]' \
 	'(-q)--quiet' \
-	'(--reference --rootdir)-r[Find object references instead of definitions]' \
+	'(--reference --rootdir)-r[find object references instead of definitions]' \
 	'(-r --rootdir)--rereference' \
 	'(-r --reference)--rootdir' \
-	'(--symbol)-s[Find symbols instead of function names]:pattern:' \
+	'(--symbol)-s[find symbols instead of function names]:pattern:' \
 	'(-s)--symbol' \
-	'(--tags)-t[Output in standard ctags format]' \
+	'(--tags)-t[output in standard ctags format]' \
 	'(-t)--tags' \
-	'(--through -s -r -l)-T[Search through all tag files in GTAGSLIBPATH]' \
+	'(--through -s -r -l)-T[search through all tag files in GTAGSLIBPATH]' \
 	'(-T -s -r -l)--through' \
-	'(--verbose)-v[Verbose mode]' \
+	'(--verbose)-v[verbose mode]' \
 	'(-v)--verbose' \
-	'(--cxref)-x[In addition to default output, list line number and contents]' \
+	'(--cxref)-x[in addition to default output, list line number and contents]' \
 	'(-x)--cxref' \
 	'--version:show version number:' \
 	'--help:show help:' \