diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-03 15:56:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-03 15:56:24 +0000 |
commit | f05581b361812159a5d4f848e844e9905c6c7c3f (patch) | |
tree | 23e86cc89997f683216c8b0105b1f7c96e5dfebc /src/paste.c | |
parent | 5444831241ed46607026ab58e61f03468b32956e (diff) | |
download | coreutils-f05581b361812159a5d4f848e844e9905c6c7c3f.tar.xz |
(usage): Merge lone "\n" into adjacent string.
Diffstat (limited to 'src/paste.c')
-rw-r--r-- | src/paste.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/paste.c b/src/paste.c index 3194ef8ef..0c6156287 100644 --- a/src/paste.c +++ b/src/paste.c @@ -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); |