From: Jim Meyering Date: Sun, 7 Jan 2001 16:11:14 +0000 (+0000) Subject: (usage): Split a string that was longer than 2048 bytes. X-Git-Tag: FILEUTILS-4_0_36~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aaf9e9a8202a0ec3da80d79cfde2fd1327839678;p=platform%2Fupstream%2Fcoreutils.git (usage): Split a string that was longer than 2048 bytes. --- diff --git a/src/cp.c b/src/cp.c index 9db7c5f..81d5a2d 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\