diff options
| author | Oliver Kiddle <opk@zsh.org> | 2016-08-03 17:29:41 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2016-08-03 17:29:41 +0200 |
| commit | 81f229a03770b9736a1daf499ba56d8d2340c2aa (patch) | |
| tree | 00a6ee46999ac9aa3d6e574e5a385d4a66d6a9c0 /Completion/Unix/Command/_cp | |
| parent | 38986: new gsettings completion (diff) | |
| download | zsh-81f229a03770b9736a1daf499ba56d8d2340c2aa.tar zsh-81f229a03770b9736a1daf499ba56d8d2340c2aa.tar.gz zsh-81f229a03770b9736a1daf499ba56d8d2340c2aa.tar.bz2 zsh-81f229a03770b9736a1daf499ba56d8d2340c2aa.tar.lz zsh-81f229a03770b9736a1daf499ba56d8d2340c2aa.tar.xz zsh-81f229a03770b9736a1daf499ba56d8d2340c2aa.tar.zst zsh-81f229a03770b9736a1daf499ba56d8d2340c2aa.zip | |
38989: minor completion updates for FreeBSD
Diffstat (limited to 'Completion/Unix/Command/_cp')
| -rw-r--r-- | Completion/Unix/Command/_cp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_cp b/Completion/Unix/Command/_cp index 7087b4e6c..5c3f37983 100644 --- a/Completion/Unix/Command/_cp +++ b/Completion/Unix/Command/_cp @@ -57,7 +57,8 @@ else '(dragonfly|freebsd)*' '-l[link files instead of copying]' \ '(darwin|dragonfly|freebsd|netbsd)*' '-v[show file names as they are copied]' \ 'darwin*' "-X[don't copy extended attributes or resource forks]" \ - '(dragonfly|freebsd)*' "-x[don't traverse file systems]" + '(dragonfly|freebsd)*' "-x[don't traverse file systems]" \ + 'freebsd<10->.*' '-s[make symbolic links instead of copies of non-directories]' do [[ $OSTYPE = $~pattern ]] && args+=( $arg ) done |
