diff options
Diffstat (limited to 'src/hostname.c')
-rw-r--r-- | src/hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname.c b/src/hostname.c index 2171ff053..fe4aeb682 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -73,7 +73,7 @@ Print or set the hostname of the current system.\n\ program_name, program_name); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); - puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); } |