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/whoami.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/whoami.c') diff --git a/src/whoami.c b/src/whoami.c index bc0d32eff..8a7159d5b 100644 --- a/src/whoami.c +++ b/src/whoami.c @@ -57,6 +57,7 @@ Same as id -un.\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