about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_update
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Cvs/_cvs_update')
-rw-r--r--Completion/Cvs/_cvs_update12
1 files changed, 12 insertions, 0 deletions
diff --git a/Completion/Cvs/_cvs_update b/Completion/Cvs/_cvs_update
new file mode 100644
index 000000000..d3ede3752
--- /dev/null
+++ b/Completion/Cvs/_cvs_update
@@ -0,0 +1,12 @@
+#autoload
+
+# "+ApPflRQqduk:r:D:j:I:W:"
+_arguments -s \
+  -{A,p,P,f,l,R,Q,q,d,u} \
+  '-k+:keyword substitution:_cvs_k' \
+  '-r+:tag:_cvs_revisions' \
+  '-D+:date:_cvs_D' \
+  '-j+:tag:_cvs_revisions' \
+  '*-I+:name:_files' \
+  '*-W+:spec:' \
+  '*:file:_cvs_files'