]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Merge lone "\n" into adjacent string.
authorJim Meyering <jim@meyering.net>
Mon, 3 Dec 2001 15:56:24 +0000 (15:56 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Dec 2001 15:56:24 +0000 (15:56 +0000)
src/paste.c

index 3194ef8ef8e73d76b3a63d74f9e7f14f419ed52a..0c61562878a7dd1f7e2a56094ff7b21646e75871 100644 (file)
@@ -420,9 +420,6 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       /* FIXME: add a couple of examples.  */
-      fputs (_("\
-\n\
-"), stdout);
       puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);