]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: cp: fix --reflink=when typo in texinfo
authorPierre Marsais <pierre.marsais@lse.epita.fr>
Sat, 30 Jul 2022 21:51:18 +0000 (22:51 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 1 Aug 2022 21:00:07 +0000 (22:00 +0100)
This behaviour is correctly documented when doing `cp --help`.
There is no `--reflink=when` option.

* doc/coreutils.texi (cp invocation): Fix document stating
that `--reflink` is equivalent to `--reflink=always`.

doc/coreutils.texi

index 76f85f9d61f2d644ce1810e60dd62f620d8380e7..71ccc64edc4ae578ef49feddba57331defd64caa 100644 (file)
@@ -9021,7 +9021,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