diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2005-08-01 16:26:28 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2005-08-01 16:26:28 +0000 |
| commit | ce743b792006c38a92108ea824eeaad37f333143 (patch) | |
| tree | f167561e46ee67d61d000c4d9adec0e9d9c5431c /Completion/Debian/Command/_uscan | |
| parent | 21393: add missing local declarations (diff) | |
| download | zsh-ce743b792006c38a92108ea824eeaad37f333143.tar zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.gz zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.bz2 zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.lz zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.xz zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.zst zsh-ce743b792006c38a92108ea824eeaad37f333143.zip | |
various cleanups: fix indentation and capitalisation of descriptions
Diffstat (limited to 'Completion/Debian/Command/_uscan')
| -rw-r--r-- | Completion/Debian/Command/_uscan | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Completion/Debian/Command/_uscan b/Completion/Debian/Command/_uscan index fb8e3ff02..699d5c34c 100644 --- a/Completion/Debian/Command/_uscan +++ b/Completion/Debian/Command/_uscan @@ -1,17 +1,17 @@ #compdef uscan _arguments \ - '(--report --no-download --download)'{--report,--no-download}'[report but do not download]' \ - '--debug[dump downloaded pages to stdout]' \ - '(--report --no-download --download)--download[report and download]' \ - '(--pasv --no-pasv)--pasv[force PASV mode for FTP]' \ - '(--pasv --no-pasv)--no-pasv[do not use PASV mode for FTP]' \ - '(--symlink --no-symlink)--symlink[make orig.tar.gz symlinks]' \ - '(--symlink --no-symlink)--no-symlink[do not make orig.tar.gz symlinks]' \ - '(--verbose --no-verbose)--verbose[give verbose output]' \ - '(--verbose --no-verbose)--no-verbose[do not give verbose output]' \ - '--check-dirname-level:level:((0\:never\ check\ the\ directory\ name 1\:only\ check\ directory\ name\ if\ we\ had\ to\ change\ directory 2\:always\ check\ the\ directory\ name))' \ - '--check-dirname-regex:perlre:' \ - '(--no-conf --noconf)'{--no-conf,--noconf}'[do not read any configuration files]' \ - '--help[help]' \ - '--version[version]' + '(--report --no-download --download)'{--report,--no-download}'[report but do not download]' \ + '--debug[dump downloaded pages to stdout]' \ + '(--report --no-download --download)--download[report and download]' \ + '(--pasv --no-pasv)--pasv[force passive mode for ftp]' \ + '(--pasv --no-pasv)--no-pasv[do not use passive mode for ftp]' \ + '(--symlink --no-symlink)--symlink[make orig.tar.gz symlinks]' \ + '(--symlink --no-symlink)--no-symlink[do not make orig.tar.gz symlinks]' \ + '(--verbose --no-verbose)--verbose[give verbose output]' \ + '(--verbose --no-verbose)--no-verbose[do not give verbose output]' \ + '--check-dirname-level:level:((0\:never\ check\ the\ directory\ name 1\:only\ check\ directory\ name\ if\ we\ had\ to\ change\ directory 2\:always\ check\ the\ directory\ name))' \ + '--check-dirname-regex:perl regex' \ + '(--no-conf --noconf)'{--no-conf,--noconf}'[do not read any configuration files]' \ + '--help[display help information]' \ + '--version[display version information]' |
