diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-08-06 14:42:02 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-08-06 14:42:02 +0000 |
| commit | 68a8685146f824bea4698cfb9110c26a771ac3e8 (patch) | |
| tree | 8402978e6ca9f514e75cd73bde862512c8f99125 /Completion/Unix/Command | |
| parent | new BSD completion and fix _chown for symlinks (diff) | |
| download | zsh-68a8685146f824bea4698cfb9110c26a771ac3e8.tar zsh-68a8685146f824bea4698cfb9110c26a771ac3e8.tar.gz zsh-68a8685146f824bea4698cfb9110c26a771ac3e8.tar.bz2 zsh-68a8685146f824bea4698cfb9110c26a771ac3e8.tar.lz zsh-68a8685146f824bea4698cfb9110c26a771ac3e8.tar.xz zsh-68a8685146f824bea4698cfb9110c26a771ac3e8.tar.zst zsh-68a8685146f824bea4698cfb9110c26a771ac3e8.zip | |
share descriptions for long/short opts in more completions and other changes
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_cvs | 1 | ||||
| -rw-r--r-- | Completion/Unix/Command/_dd | 30 | ||||
| -rw-r--r-- | Completion/Unix/Command/_dict | 69 | ||||
| -rw-r--r-- | Completion/Unix/Command/_grep | 87 | ||||
| -rw-r--r-- | Completion/Unix/Command/_loadkeys | 22 | ||||
| -rw-r--r-- | Completion/Unix/Command/_ls | 133 | ||||
| -rw-r--r-- | Completion/Unix/Command/_patch | 2 | ||||
| -rw-r--r-- | Completion/Unix/Command/_user_admin | 67 | ||||
| -rw-r--r-- | Completion/Unix/Command/_wget | 105 |
9 files changed, 262 insertions, 254 deletions
diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs index cd845e364..7e6a83f28 100644 --- a/Completion/Unix/Command/_cvs +++ b/Completion/Unix/Command/_cvs @@ -163,7 +163,6 @@ _cvs_checkout () { '(-D)-r+[specify revision]:tag:_cvs_revisions' \ '(-r)-D+[specify date]:date:_cvs_D' \ '-j+[merge]:tag:_cvs_revisions' \ - '-j+[merge]:tag:_cvs_revisions' \ '*:module:_cvs_modules' } diff --git a/Completion/Unix/Command/_dd b/Completion/Unix/Command/_dd index 419fc1a7a..27cff1198 100644 --- a/Completion/Unix/Command/_dd +++ b/Completion/Unix/Command/_dd @@ -1,20 +1,14 @@ #compdef dd -local expl |
