summaryrefslogtreecommitdiff
path: root/src/ptx.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-20 07:57:24 +0000
committerJim Meyering <jim@meyering.net>2003-11-20 07:57:24 +0000
commit7433abe1fb353ca2fd2a8450cda222fd79396fdc (patch)
treebc1b47ce00bcba3a32f96a134285752d0d1b988e /src/ptx.c
parent91c7bb89a1bd57eda7ec8315284453742d5815d3 (diff)
downloadcoreutils-7433abe1fb353ca2fd2a8450cda222fd79396fdc.tar.xz
(usage): Output bug-reporting address.
Diffstat (limited to 'src/ptx.c')
-rw-r--r--src/ptx.c1
1 files changed, 1 insertions, 0 deletions
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);
}