From c9fff5189792774b8169ce200ba72786646e715b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 31 Aug 1996 04:44:31 +0000 Subject: (usage): remove spurious trailing \n in puts. --- src/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/install.c') diff --git a/src/install.c b/src/install.c index 54025fbd9..0e7cd0126 100644 --- a/src/install.c +++ b/src/install.c @@ -619,7 +619,7 @@ version control may be set with VERSION_CONTROL, values are:\n\ nil, existing numbered if numbered backups exist, simple otherwise\n\ never, simple always make simple backups\n\ ")); - puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n")); + puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu")); } exit (status); } -- cgit v1.2.3-54-g00ecf