mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
doc: cp: fix --reflink=when typo in texinfo
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`.
This commit is contained in:
committed by
Pádraig Brady
parent
993f0d968d
commit
c7920f2b1b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user