From a1cb30c1fb29fb5b891fdd07dec5be232b34ddea Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 4 Aug 2008 22:40:48 +0200 Subject: [PATCH] cp: move a newline to make second message identical to others --- src/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cp.c b/src/cp.c index c768d1bc93..059f31735e 100644 --- a/src/cp.c +++ b/src/cp.c @@ -235,9 +235,9 @@ corresponding DEST file is made sparse as well. That is the behavior\n\ selected by --sparse=auto. Specify --sparse=always to create a sparse DEST\n\ file whenever the SOURCE file contains a long enough sequence of zero bytes.\n\ Use --sparse=never to inhibit creation of sparse files.\n\ -\n\ "), stdout); fputs (_("\ +\n\ The backup suffix is `~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\ The version control method may be selected via the --backup option or through\n\ the VERSION_CONTROL environment variable. Here are the values:\n\ -- 2.47.3