diff options
Diffstat (limited to 'src/nice.c')
-rw-r--r-- | src/nice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nice.c b/src/nice.c index 9d2099acf..c7ff18d41 100644 --- a/src/nice.c +++ b/src/nice.c @@ -74,7 +74,7 @@ by default. Range goes from -20 (highest priority) to 19 (lowest).\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); } |