]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Correct the description of --update.
authorJim Meyering <jim@meyering.net>
Mon, 6 Aug 2001 17:28:37 +0000 (17:28 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 6 Aug 2001 17:28:37 +0000 (17:28 +0000)
src/mv.c

index 35154abc182e730c2797edaa1f957c6131ff82dc..a2f1a4c1711c6099463f8a607112d05f372eb75d 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -329,7 +329,9 @@ Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.\n\
                                  argument\n\
   -S, --suffix=SUFFIX          override the usual backup suffix\n\
       --target-directory=DIRECTORY  move all SOURCE arguments into DIRECTORY\n\
-  -u, --update                 move only older or brand new non-directories\n\
+  -u, --update                 move only when the SOURCE file is newer\n\
+                                 than the destination file or when the\n\
+                                 destination file is missing\n\
   -v, --verbose                explain what is being done\n\
       --help                   display this help and exit\n\
       --version                output version information and exit\n\