diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2012-09-05 14:54:39 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-09-05 14:54:39 +0000 |
| commit | 1f5ef83f0f3aea0597ef3db7a05970420646bfdc (patch) | |
| tree | 3f2d8bf457dbc219aa8d9e99490fd07302464f06 /Completion/Unix/Command/_uniq | |
| parent | Silas Silva: users/17223: lp page-ranges option. (diff) | |
| download | zsh-1f5ef83f0f3aea0597ef3db7a05970420646bfdc.tar zsh-1f5ef83f0f3aea0597ef3db7a05970420646bfdc.tar.gz zsh-1f5ef83f0f3aea0597ef3db7a05970420646bfdc.tar.bz2 zsh-1f5ef83f0f3aea0597ef3db7a05970420646bfdc.tar.lz zsh-1f5ef83f0f3aea0597ef3db7a05970420646bfdc.tar.xz zsh-1f5ef83f0f3aea0597ef3db7a05970420646bfdc.tar.zst zsh-1f5ef83f0f3aea0597ef3db7a05970420646bfdc.zip | |
Jun T.: 30658: complete more uniq options
Diffstat (limited to 'Completion/Unix/Command/_uniq')
| -rw-r--r-- | Completion/Unix/Command/_uniq | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_uniq b/Completion/Unix/Command/_uniq index be58fd775..dcd7a6f49 100644 --- a/Completion/Unix/Command/_uniq +++ b/Completion/Unix/Command/_uniq @@ -13,12 +13,17 @@ args=( '(-u --unique)'{-u,--unique}'[only print unique lines]' |
