mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-26 09:41:03 +02:00
33689: make cp --reflink's argument optional
This commit is contained in:
parent
af6256f8af
commit
67c39b09c8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-12-03 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* Eric Cook: 33689: Completion/Unix/Command/_cp: make cp
|
||||
--reflink's argument optional
|
||||
|
||||
2014-12-01 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* Jun T: 33830 plus CVS removal: Doc/Zsh/metafaq.yo: typo in
|
||||
|
|
|
@ -19,7 +19,7 @@ if _pick_variant gnu=GNU unix --version; then
|
|||
'--no-preserve=[don'\''t preserve specified attributes]:attributes not to preserve:_values -s , mode timestamps ownership links context xattr all' \
|
||||
'--parents[append source path to target directory]' \
|
||||
'(-R -r --recursive)'{-R,-r,--recursive}'[copy directories recursively]' \
|
||||
'--reflink=[control clone/CoW copies]:when to perform a lightweight copy:(always auto)' \
|
||||
'--reflink=-[control clone/CoW copies]::when to perform a lightweight copy:(always auto)' \
|
||||
'--remove-destination[remove each existing destination file before attempting to open it]' \
|
||||
'--sparse=[control creation of sparse files]:when to create sparse files:(auto always never)' \
|
||||
'--strip-trailing-slashes[remove any trailing slashes from each source argument]' \
|
||||
|
|
Loading…
Reference in a new issue