diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2008-08-04 22:40:48 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-08-11 09:47:00 +0200 |
commit | a1cb30c1fb29fb5b891fdd07dec5be232b34ddea (patch) | |
tree | 09140e1094521847c20b1df9e28e052316c689b1 | |
parent | d7e2f425e7bd8818c69a08bb1f24fb8afa8cfea6 (diff) | |
download | coreutils-a1cb30c1fb29fb5b891fdd07dec5be232b34ddea.tar.xz |
cp: move a newline to make second message identical to others
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |