summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man1/mv.1
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/mv.1')
-rw-r--r--upstream/opensuse-tumbleweed/man1/mv.117
1 files changed, 11 insertions, 6 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/mv.1 b/upstream/opensuse-tumbleweed/man1/mv.1
index e5b9cd10..731c0ecb 100644
--- a/upstream/opensuse-tumbleweed/man1/mv.1
+++ b/upstream/opensuse-tumbleweed/man1/mv.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
-.TH MV "1" "January 2024" "GNU coreutils 9.4" "User Commands"
+.TH MV "1" "April 2024" "GNU coreutils 9.5" "User Commands"
.SH NAME
mv \- move (rename) files
.SH SYNOPSIS
@@ -27,6 +27,9 @@ like \fB\-\-backup\fR but does not accept an argument
\fB\-\-debug\fR
explain how a file is copied. Implies \fB\-v\fR
.TP
+\fB\-\-exchange\fR
+exchange source and destination
+.TP
\fB\-f\fR, \fB\-\-force\fR
do not prompt before overwriting
.TP
@@ -56,10 +59,10 @@ treat DEST as a normal file
.TP
\fB\-\-update\fR[=\fI\,UPDATE\/\fR]
control which existing files are updated;
-UPDATE={all,none,older(default)}. See below
+UPDATE={all,none,none\-fail,older(default)}.
.TP
\fB\-u\fR
-equivalent to \fB\-\-update\fR[=\fI\,older\/\fR]
+equivalent to \fB\-\-update\fR[=\fI\,older\/\fR]. See below
.TP
\fB\-v\fR, \fB\-\-verbose\fR
explain what is being done
@@ -77,8 +80,10 @@ output version information and exit
UPDATE controls which existing files in the destination are replaced.
\&'all' is the default operation when an \fB\-\-update\fR option is not specified,
and results in all existing files in the destination being replaced.
-\&'none' is similar to the \fB\-\-no\-clobber\fR option, in that no files in the
-destination are replaced, but also skipped files do not induce a failure.
+\&'none' is like the \fB\-\-no\-clobber\fR option, in that no files in the
+destination are replaced, and skipped files do not induce a failure.
+\&'none\-fail' also ensures no files are replaced in the destination,
+but any skipped files are diagnosed and induce a failure.
\&'older' is the default operation when \fB\-\-update\fR is specified, and results
in files being replaced if they're older than the corresponding source file.
.PP
@@ -104,7 +109,7 @@ GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
.br
Report any translation bugs to <https://translationproject.org/team/>
.SH COPYRIGHT
-Copyright \(co 2023 Free Software Foundation, Inc.
+Copyright \(co 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.