diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-28 18:31:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-28 18:31:46 +0000 |
commit | 86e30699e40d0dc74b5a5035323b3f0a9c1d4f73 (patch) | |
tree | 2b8c58e046c764193f624ac85e354070ed0753bf /src | |
parent | 627db84915013366e1bd019f282c05e76e61ebc7 (diff) | |
download | coreutils-86e30699e40d0dc74b5a5035323b3f0a9c1d4f73.tar.xz |
(usage): Fix copy+paste error in description of
--target-directory: s/move/copy/. From Paul Jarc.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |