diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-26 11:08:17 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-26 11:08:17 +0000 |
commit | a41988aba4fa0e5286278253780804e5e3259629 (patch) | |
tree | 889aa81daf12359e99be4f5062a86c44c28d0b48 /Completion/Cvs/_cvs_admin | |
parent | 54f3a6bd29ea9ebb164a2690ae4792f0ec9290e2 (diff) | |
download | zsh-a41988aba4fa0e5286278253780804e5e3259629.tar.gz zsh-a41988aba4fa0e5286278253780804e5e3259629.tar.xz zsh-a41988aba4fa0e5286278253780804e5e3259629.zip |
Initial revision
Diffstat (limited to 'Completion/Cvs/_cvs_admin')
-rw-r--r-- | Completion/Cvs/_cvs_admin | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Completion/Cvs/_cvs_admin b/Completion/Cvs/_cvs_admin new file mode 100644 index 000000000..061242917 --- /dev/null +++ b/Completion/Cvs/_cvs_admin @@ -0,0 +1,21 @@ +#autoload + +# "+ib::c:a:A:e:l::u::LUn:N:m:o:s:t::IqxV:k:" +_arguments -s \ + -{i,L,U,I,q,x} \ + '-b-:default branch:(1.1.1)' \ + '-c+:comment leader (not used):' \ + '-a+:login names (not work with CVS):' \ + '-A+:access list to append (not work with CVS):' \ + '-e+:access list to erase (not work with CVS):' \ + '-l-:revision to lock:' \ + '-u-:revision to unlock:' \ + '-n+:symbolic-name[\:revision]:' \ + '-N+:symbolic-name[\:revision]:' \ + '-m+:revision\:msg:' \ + '-o+:range to delete:' \ + '-s+:state[\:revision]:' \ + '-t-:descriptive text:_cvs_admin_t' \ + '-V+:version (obsolete):' \ + '-k+:keyword substitution:_cvs_k' \ + '*:file:_cvs_files' |