diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-06 17:28:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-06 17:28:37 +0000 |
commit | 053a9d88ee50c66f3e4f02bd892ab583bcb13a22 (patch) | |
tree | 239bfd4213eb453f9cce5ed27e820abe939c1818 /src | |
parent | 742dc8804a9170f7651d4881f9a3fcb7b88b711f (diff) | |
download | coreutils-053a9d88ee50c66f3e4f02bd892ab583bcb13a22.tar.xz |
(usage): Correct the description of --update.
Diffstat (limited to 'src')
-rw-r--r-- | src/mv.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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\ |