summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-07 16:11:14 +0000
committerJim Meyering <jim@meyering.net>2001-01-07 16:11:14 +0000
commitaaf9e9a8202a0ec3da80d79cfde2fd1327839678 (patch)
treeb98143415a85f5c31a1cb59161a24829fe251d65 /src/cp.c
parent674fed73ec17863c1179ae58b023e0746cabada2 (diff)
downloadcoreutils-aaf9e9a8202a0ec3da80d79cfde2fd1327839678.tar.xz
(usage): Split a string that was longer than 2048 bytes.
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index 9db7c5f67..81d5a2d47 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -1,5 +1,5 @@
/* cp.c -- file copying (main routines)
- Copyright (C) 89, 90, 91, 1995-2000 Free Software Foundation.
+ Copyright (C) 89, 90, 91, 1995-2001 Free Software Foundation.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -172,6 +172,8 @@ Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n\
special files like FIFOs or /dev/zero\n\
--remove-destination remove each existing destination file before\n\
attempting to open it (contrast with --force)\n\
+"));
+ printf (_("\
--sparse=WHEN control creation of sparse files\n\
-R, --recursive copy directories recursively\n\
--strip-trailing-slashes remove any trailing slashes from each SOURCE\n\