mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
Added --copy-dirlinks option.
This commit is contained in:
parent
262243bb3e
commit
9f0adb2f0e
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ _arguments -s \
|
||||||
'(-l --links)'{-l,--links}'[copy symlinks as symlinks]' \
|
'(-l --links)'{-l,--links}'[copy symlinks as symlinks]' \
|
||||||
{--no-l,--no-links}'[turn off --links]' \
|
{--no-l,--no-links}'[turn off --links]' \
|
||||||
'(-L --copy-links)'{-L,--copy-links}'[transform symlinks into referent file/dir]' \
|
'(-L --copy-links)'{-L,--copy-links}'[transform symlinks into referent file/dir]' \
|
||||||
|
'(-k --copy-dirlinks)'{-k,--copy-dirlinks}'[transform a symlink to a dir into referent dir]' \
|
||||||
'--copy-unsafe-links[only "unsafe" symlinks are transformed]' \
|
'--copy-unsafe-links[only "unsafe" symlinks are transformed]' \
|
||||||
'--safe-links[ignore symlinks that point outside the source tree]' \
|
'--safe-links[ignore symlinks that point outside the source tree]' \
|
||||||
'(-H --hard-links)'{-H,--hard-links}'[preserve hard links]' \
|
'(-H --hard-links)'{-H,--hard-links}'[preserve hard links]' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue