diff options
Diffstat (limited to 'src/pwd.c')
-rw-r--r-- | src/pwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ Print the full filename of the current working directory.\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); } |