1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

(usage): Fix copy+paste error in description of

--target-directory: s/move/copy/.  From Paul Jarc.
This commit is contained in:
Jim Meyering
2004-06-28 18:31:46 +00:00
parent 627db84915
commit 86e30699e4
+1 -1
View File
@@ -211,7 +211,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
fputs (_("\
-s, --symbolic-link make symbolic links instead of copying\n\
-S, --suffix=SUFFIX override the usual backup suffix\n\
--target-directory=DIRECTORY move all SOURCE arguments into DIRECTORY\n\
--target-directory=DIRECTORY copy all SOURCE arguments into DIRECTORY\n\
"), stdout);
fputs (_("\
-u, --update copy only when the SOURCE file is newer\n\