From 7433abe1fb353ca2fd2a8450cda222fd79396fdc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 20 Nov 2003 07:57:24 +0000 Subject: (usage): Output bug-reporting address. --- src/ptx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/ptx.c b/src/ptx.c index 1ba12e197..c355c6189 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); } -- cgit v1.2.3-54-g00ecf