about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-19 01:20:11 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-19 01:20:11 +0000
commitbf38cbbda75b614ed6c3a5924a6449e682e52ac8 (patch)
tree6c68aa89f95e03225677388967d5abe9d254a6b0
parent9e7cf95ba58612b75e89072caf022b487face36b (diff)
downloadzsh-bf38cbbda75b614ed6c3a5924a6449e682e52ac8.tar.gz
zsh-bf38cbbda75b614ed6c3a5924a6449e682e52ac8.tar.xz
zsh-bf38cbbda75b614ed6c3a5924a6449e682e52ac8.zip
zsh-workers/9360
-rw-r--r--Completion/User/_cvs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Completion/User/_cvs b/Completion/User/_cvs
index d460463a3..befb81f52 100644
--- a/Completion/User/_cvs
+++ b/Completion/User/_cvs
@@ -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' \