summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-29 05:05:57 +0000
committerJim Meyering <jim@meyering.net>1996-08-29 05:05:57 +0000
commit7e294bac78706d2722fc783f7503222808f1c43a (patch)
tree7393b3570c9e8554e4eff272020f38d48388d338 /src/ls.c
parent3d672b27ca043b0ebdd7166cf82286bb8b2aa141 (diff)
downloadcoreutils-7e294bac78706d2722fc783f7503222808f1c43a.tar.xz
(usage): Tell where to report bugs.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ls.c b/src/ls.c
index 517ae329a..26ddec1aa 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -2746,8 +2746,8 @@ equivalent to using --color=none. Using the --color option without the\n\
optional WHEN argument is equivalent to using --color=always. With\n\
--color=auto, color codes are output only if standard output is connected\n\
to a terminal (tty).\n\
-"
- ));
+"));
+ puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
}
exit (status);
}