(usage): Fix copy+paste error in description of
authorJim Meyering <jim@meyering.net>
Mon, 28 Jun 2004 18:31:46 +0000 (18:31 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Jun 2004 18:31:46 +0000 (18:31 +0000)
--target-directory: s/move/copy/.  From Paul Jarc.

src/cp.c

index 3bcdd0a..0541c20 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -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\