diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:22:33 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:22:33 +0000 |
commit | 04a54118c9937f520f1bcfaf2d89030ceb5c58e3 (patch) | |
tree | ea5698ce075215e5e5dea960a6dfdf61e57dc09b /Completion | |
parent | b197bb068176081cea30ec830a6ddff241fc6c54 (diff) | |
download | zsh-04a54118c9937f520f1bcfaf2d89030ceb5c58e3.tar.gz zsh-04a54118c9937f520f1bcfaf2d89030ceb5c58e3.tar.xz zsh-04a54118c9937f520f1bcfaf2d89030ceb5c58e3.zip |
moved to Completion/Debian/Command/_dupload
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Debian/_dupload | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Completion/Debian/_dupload b/Completion/Debian/_dupload deleted file mode 100644 index 85d294c71..000000000 --- a/Completion/Debian/_dupload +++ /dev/null @@ -1,26 +0,0 @@ -#compdef dupload - -if (( ! $+_dupload_sites )); then - _dupload_sites=( -$(grep "^\$cfg" /etc/dupload.conf | sed 's/^\$cfg{\(.*\)}.*$/\1/') -) -fi - -_arguments '--to:nickname[nickname of target site]:('"$_dupload_sites"')' \ - '(--debug)-d[ftp verbosity]:debuglevel:' \ - '(-d)--debug[ftp verbosity]:debuglevel:' \ - '(--force)-f[upload ignoring logs]' \ - '(-f)--force[upload ignoring logs]' \ - '(--keep)-k[keep going, skip broken]' \ - '(-k)--keep[keep going, skip broken]' \ - '--no[dry run]' \ - '--nomail[suppress announcement]' \ - '--mailonly[dry run and real announcement]' \ - '--noarchive[add anti-archival header]' \ - '(--print)-p[print config legibly]' \ - '(-p)--print[print config legibly]' \ - '(--quiet)-q[quiet]' \ - '(-q)--quiet[quiet]' \ - '(--Version)-V[version]' \ - '(-V)--Version[version]' \ - '*:changes file:_files -g \*.changes' \ |