From 86e30699e40d0dc74b5a5035323b3f0a9c1d4f73 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Jun 2004 18:31:46 +0000 Subject: (usage): Fix copy+paste error in description of --target-directory: s/move/copy/. From Paul Jarc. --- src/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cp.c') diff --git a/src/cp.c b/src/cp.c index 3bcdd0a64..0541c206d 100644 --- 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\ -- cgit v1.2.3-54-g00ecf