1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.

This commit is contained in:
Jim Meyering
2002-07-02 09:05:33 +00:00
parent 4c7e003c1b
commit d23970e52e
23 changed files with 23 additions and 23 deletions

View File

@@ -56,7 +56,7 @@ Usage: %s FILE1 FILE2\n\
stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}