mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
mv: improve help text
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
parent
ea2b725abb
commit
40aaae003e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Move `SOURCE` to `DEST`, or multiple `SOURCE`(s) to `DIRECTORY`.
|
|||
|
||||
## After Help
|
||||
|
||||
If you specify more than one of `-i`, `-f`, `-n`, only the final one takes effect.
|
||||
When specifying more than one of -i, -f, -n, only the final one will take effect.
|
||||
|
||||
Do not move a non-directory that has an existing destination with the same or newer modification timestamp;
|
||||
instead, silently skip the file without failing. If the move is across file system boundaries, the comparison is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue