From e9d17da073b02fd80d42dd0dd7936a947a8e8aef Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 2 Sep 1996 15:52:45 +0000 Subject: (usage): Tell where to report bugs. --- src/tty.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tty.c') diff --git a/src/tty.c b/src/tty.c index a0b5207ec..193bb5e5c 100644 --- a/src/tty.c +++ b/src/tty.c @@ -125,6 +125,7 @@ Print the file name of the terminal connected to standard input.\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")); } exit (status); } -- cgit v1.2.3-54-g00ecf