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/who-users.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/who-users.c') diff --git a/src/who-users.c b/src/who-users.c index fc6add1c1..ebf0c1920 100644 --- a/src/who-users.c +++ b/src/who-users.c @@ -641,6 +641,7 @@ usage (int status) If FILE not given, uses /etc/utmp. /etc/wtmp as FILE is common.\n\ If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual.\n\ ")); + puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu")); } exit (status); } @@ -662,6 +663,7 @@ If FILE not given, uses /etc/utmp. /etc/wtmp as FILE is common.\n\ \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