diff options
author | Jim Meyering <jim@meyering.net> | 2003-11-20 07:57:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-11-20 07:57:24 +0000 |
commit | 7433abe1fb353ca2fd2a8450cda222fd79396fdc (patch) | |
tree | bc1b47ce00bcba3a32f96a134285752d0d1b988e | |
parent | 91c7bb89a1bd57eda7ec8315284453742d5815d3 (diff) | |
download | coreutils-7433abe1fb353ca2fd2a8450cda222fd79396fdc.tar.xz |
(usage): Output bug-reporting address.
-rw-r--r-- | src/ptx.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |