diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2018-09-03 18:02:49 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2018-09-03 18:02:49 +0200 |
commit | 6e6500bfa9f31b6efce0c0801fcea558aa09b7ba (patch) | |
tree | b2032b9c9a63d7e1db551f937cae04ae062b8fa5 /Completion/Unix/Command/_cmp | |
parent | 4614aa489b18ba256fdc7b2c44aa5127c214e665 (diff) | |
parent | b30b89418af2495c0d48a72573f908c4ecf05efd (diff) | |
download | zsh-6e6500bfa9f31b6efce0c0801fcea558aa09b7ba.tar.gz zsh-6e6500bfa9f31b6efce0c0801fcea558aa09b7ba.zip |
Merge tag 'zsh-5.6' into debian
Release 5.6.
Diffstat (limited to 'Completion/Unix/Command/_cmp')
-rw-r--r-- | Completion/Unix/Command/_cmp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_cmp b/Completion/Unix/Command/_cmp index bcede8b0b..6d7bfb1b7 100644 --- a/Completion/Unix/Command/_cmp +++ b/Completion/Unix/Command/_cmp @@ -15,6 +15,7 @@ case $variant in '(- *)--help[display help information]' ) ;; + netbsd*) args+=( "-c[don't use mmap]" ) ;| freebsd*|openbsd*) args=( "-h[don't follow symbolic links]" |