summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-31 04:44:31 +0000
committerJim Meyering <jim@meyering.net>1996-08-31 04:44:31 +0000
commitc9fff5189792774b8169ce200ba72786646e715b (patch)
tree1e86e66384646f1e3cf6028f3d6fc2c2d39628c3 /src/install.c
parent7e294bac78706d2722fc783f7503222808f1c43a (diff)
downloadcoreutils-c9fff5189792774b8169ce200ba72786646e715b.tar.xz
(usage): remove spurious trailing \n in puts.
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c2
1 files changed, 1 insertions, 1 deletions
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);
}