1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00

unposted: remove initial capitalisation from some descriptions

This commit is contained in:
Doug Kearns 2003-03-12 04:43:46 +00:00
parent 43d44d1552
commit aa09c3c859
5 changed files with 59 additions and 52 deletions

View file

@ -399,7 +399,7 @@ _cvs_log () {
'-b[default branch]' \
'(-t)-h[header]' \
'-l[don'\''t recurse]' \
'-R[Print the name of RCS file in the repository]' \
'-R[print the name of RCS file in the repository]' \
'-N[don'\''t list tags]' \
'(-h)-t[header with descriptive text]' \
'-d+[specify dates]:dates:' \

View file

@ -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:' \