diff options
Diffstat (limited to 'src/uname.c')
-rw-r--r-- | src/uname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uname.c b/src/uname.c index 834466921..7b91f8af1 100644 --- a/src/uname.c +++ b/src/uname.c @@ -110,7 +110,7 @@ Print certain system information. With no OPTION, same as -s.\n\ "), stdout); 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); } |