From c7920f2b1b12703aad4df360a783b30f117df358 Mon Sep 17 00:00:00 2001 From: Pierre Marsais Date: Sat, 30 Jul 2022 22:51:18 +0100 Subject: [PATCH] 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`. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 76f85f9d61..71ccc64edc 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 -- 2.47.2