From aaf9e9a8202a0ec3da80d79cfde2fd1327839678 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Jan 2001 16:11:14 +0000 Subject: (usage): Split a string that was longer than 2048 bytes. --- src/cp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cp.c') 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\ -- cgit v1.2.3-54-g00ecf