summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Marsais <pierre.marsais@lse.epita.fr>2022-07-30 22:51:18 +0100
committerPádraig Brady <P@draigBrady.com>2022-08-01 22:00:07 +0100
commitc7920f2b1b12703aad4df360a783b30f117df358 (patch)
treee7056d7c61468d9dba50cbd2f037effdb3a62f11 /doc
parent993f0d968d8c3cbf13e1439fe00aa55585af13fc (diff)
downloadcoreutils-c7920f2b1b12703aad4df360a783b30f117df358.tar.gz
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`.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 76f85f9d6..71ccc64ed 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -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