From: Paul Eggert Date: Wed, 8 Jul 2026 20:33:06 +0000 (-0700) Subject: doc: ‘mv --update’ has optional [=WHICH] X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16d20596e16392d9c6539bda57095990ebacc1ae;p=thirdparty%2Fcoreutils.git doc: ‘mv --update’ has optional [=WHICH] * doc/coreutils.texi (mv invocation): ‘mv --update’ has an optional WHICH, just like ‘cp --update’. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index d3e3723c1c..e9ac9a6252 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10054,7 +10054,7 @@ using @code{--no-copy} will prevent future versions of @command{mv} from implementing the exchange by copying. @optItem{mv,-u,} -@optItemx{mv,--update,} +@optItemx{mv,--update,[=@var{which}]} @cindex newer files, moving only Do not move a non-directory that has an existing destination with the same or newer modification timestamp;