zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] make cp --reflink's argument optional
@ 2014-11-13 19:29 Eric Cook
  0 siblings, 0 replies; only message in thread
From: Eric Cook @ 2014-11-13 19:29 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/Unix/Command/_cp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Unix/Command/_cp b/Completion/Unix/Command/_cp
index 5013f85..70ab085 100644
--- a/Completion/Unix/Command/_cp
+++ b/Completion/Unix/Command/_cp
@@ -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]' \
-- 
2.1.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-13 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-13 19:29 [PATCH] make cp --reflink's argument optional Eric Cook

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).