From: Jim Meyering Date: Mon, 6 Aug 2001 17:28:37 +0000 (+0000) Subject: (usage): Correct the description of --update. X-Git-Tag: TEXTUTILS-2_0_15~484 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=053a9d88ee50c66f3e4f02bd892ab583bcb13a22;p=thirdparty%2Fcoreutils.git (usage): Correct the description of --update. --- diff --git a/src/mv.c b/src/mv.c index 35154abc18..a2f1a4c171 100644 --- 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\