From: Pierre Marsais Date: Sat, 30 Jul 2022 21:51:18 +0000 (+0100) Subject: doc: cp: fix --reflink=when typo in texinfo X-Git-Tag: v9.2~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7920f2b1b12703aad4df360a783b30f117df358;p=thirdparty%2Fcoreutils.git 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`. --- 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