summaryrefslogtreecommitdiff
path: root/src/hostname.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-02 20:44:15 +0000
committerJim Meyering <jim@meyering.net>1996-11-02 20:44:15 +0000
commitb8e689dc67f219414801df5c398dbff1693f097f (patch)
treeee20bb787beca8226230e645a9b8c1feb234db55 /src/hostname.c
parent87b19e8a11826de97e1bd2204564bf68097a3f35 (diff)
downloadcoreutils-b8e689dc67f219414801df5c398dbff1693f097f.tar.xz
change bug-reporting address
Diffstat (limited to 'src/hostname.c')
-rw-r--r--src/hostname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname.c b/src/hostname.c
index df80cddd3..3eb6f5228 100644
--- a/src/hostname.c
+++ b/src/hostname.c
@@ -68,7 +68,7 @@ Print the hostname of the current system.\n\
--version output version information and exit\n\
")
, program_name, program_name);
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu"));
}
exit (status);
}