summaryrefslogtreecommitdiff
path: root/src/dircolors.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/dircolors.c
parent7e294bac78706d2722fc783f7503222808f1c43a (diff)
downloadcoreutils-c9fff5189792774b8169ce200ba72786646e715b.tar.xz
(usage): remove spurious trailing \n in puts.
Diffstat (limited to 'src/dircolors.c')
-rw-r--r--src/dircolors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dircolors.c b/src/dircolors.c
index b2645d77c..20a0c6357 100644
--- a/src/dircolors.c
+++ b/src/dircolors.c
@@ -115,7 +115,7 @@ Determine format of output:\n\
--help display this help and exit\n\
--version output version information and exit\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 == 0 ? EXIT_SUCCESS : EXIT_FAILURE);