doc: clarify mv -f operation in texinfo

* doc/coreutils.texi (mv invocation): Be less ambiguous,
in that -f is significant for any replacement operation
on the destination, not just unlinking.
This commit is contained in:
Pádraig Brady
2025-01-06 13:01:47 +00:00
parent 28b176085f
commit 5572896137

View 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.