projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91c7bb8
)
(usage): Output bug-reporting address.
author
Jim Meyering
<jim@meyering.net>
Thu, 20 Nov 2003 07:57:24 +0000
(07:57 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 20 Nov 2003 07:57:24 +0000
(07:57 +0000)
src/ptx.c
patch
|
blob
|
history
diff --git
a/src/ptx.c
b/src/ptx.c
index 1ba12e197f3ff3008618747ee8a3c483100e583d..c355c618962c86236613b079df0d4b39593d720d 100644
(file)
--- 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);
}