mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
zsh-workers/9360
This commit is contained in:
parent
9e7cf95ba5
commit
bf38cbbda7
1 changed files with 4 additions and 4 deletions
|
@ -215,16 +215,16 @@ _cvs_history () {
|
|||
-{T,a,c,e,l,o,w,\?} \
|
||||
'-D+:date:_cvs_D' \
|
||||
'-b+:string:' \
|
||||
'-f+:arg:' \
|
||||
'-f+:file:_cvs_files' \
|
||||
'-m+:module:_cvs_modules' \
|
||||
'-n+:arg:' \
|
||||
'-n+:module:_cvs_modules' \
|
||||
'*-p+:repository:' \
|
||||
'-r+:rev:' \
|
||||
'-t+:tag:' \
|
||||
'-u+:user name:' \
|
||||
'-x+:type:_cvs_history_x' \
|
||||
'-X+:arg:' \
|
||||
'-z+:arg:' \
|
||||
'-z+:timezone:' \
|
||||
'*:file:_cvs_files'
|
||||
}
|
||||
|
||||
|
@ -345,7 +345,7 @@ _cvs_unedit () {
|
|||
_cvs_update () {
|
||||
# "+ApPflRQqduk:r:D:j:I:W:"
|
||||
_arguments -s \
|
||||
-{A,p,P,f,l,R,Q,q,d,u} \
|
||||
-{A,C,p,P,f,l,R,Q,q,d,u} \
|
||||
'-k+:keyword substitution:_cvs_k' \
|
||||
'-r+:tag:_cvs_revisions' \
|
||||
'-D+:date:_cvs_D' \
|
||||
|
|
Loading…
Reference in a new issue