]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: clarify mv -f operation in texinfo
authorPádraig Brady <P@draigBrady.com>
Mon, 6 Jan 2025 13:01:47 +0000 (13:01 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 6 Jan 2025 13:30:27 +0000 (13:30 +0000)
* doc/coreutils.texi (mv invocation): Be less ambiguous,
in that -f is significant for any replacement operation
on the destination, not just unlinking.

doc/coreutils.texi

index 9afec5271b7779bb6fd72a16d35c572339a5150d..585760741107eff92e7c4e121bb02e863f5f6334 100644 (file)
@@ -10282,7 +10282,7 @@ The program accepts the following options.  Also see @ref{Common options}.
 @opindex -f
 @opindex --force
 @cindex prompts, omitting
-Do not prompt the user before removing a destination file.
+Do not prompt the user before replacing a destination file.
 @macro mvOptsIfn
 If you specify more than one of the @option{-i}, @option{-f}, @option{-n}
 options, only the final one takes effect.