From: Jim Meyering Date: Thu, 20 Nov 2003 07:57:24 +0000 (+0000) Subject: (usage): Output bug-reporting address. X-Git-Tag: v5.1.0~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7433abe1fb353ca2fd2a8450cda222fd79396fdc;p=thirdparty%2Fcoreutils.git (usage): Output bug-reporting address. --- diff --git a/src/ptx.c b/src/ptx.c index 1ba12e197f..c355c61896 100644 --- a/src/ptx.c +++ b/src/ptx.c @@ -1914,6 +1914,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ \n\ With no FILE or if FILE is -, read Standard Input. `-F /' by default.\n\ "), stdout); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); }