coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] doc: cp: --reflink default is equivalent to cp --reflink=alw


From: Pádraig Brady
Subject: Re: [PATCH] doc: cp: --reflink default is equivalent to cp --reflink=always
Date: Mon, 1 Aug 2022 22:03:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:98.0) Gecko/20100101 Thunderbird/98.0

On 30/07/2022 22:51, Pierre Marsais wrote:
This behaviour is correctly documented when doing `cp --help`. There is
no `--reflink=when` option.

* doc/coreutils.texi (cp invocation): Document that `--reflink` (without
options) is equivalent to `--reflink=always`.
---
  doc/coreutils.texi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index d44101273..c3112fd0c 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -9020,7 +9020,7 @@ The @var{when} value can be one of the following:
  @item always
  If the copy-on-write operation is not supported
  then report the failure for each file and exit with a failure status.
-Plain @option{--reflink} is equivalent to @option{--reflink=when}.
+Plain @option{--reflink} is equivalent to @option{--reflink=always}.
@item auto
  If the copy-on-write operation is not supported then fall back

Well spotted.
Pushed.

thanks!
Pádraig



reply via email to

[Prev in Thread] Current Thread [Next in Thread]