1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +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:09:10 +00:00
parent 6d0fe4dba5
commit 2ee11887cd
33 changed files with 33 additions and 33 deletions

View File

@@ -138,7 +138,7 @@ FORMAT controls the output as in C printf. Interpreted sequences are:\n\
and all C format specifications ending with one of diouxXfeEgGcs, with\n\
ARGUMENTs converted to proper type first. Variable widths are handled.\n\
"), stdout);
puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}