From 8b6d3c5700526f962b12cd5901b55961c5e18186 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Thu, 28 Feb 2013 02:07:28 +0000 Subject: doc: move some info from all --help messages, online * src/system.h (emit_ancillary_info): Link to the bug report email addresses and general help URLs online rather than specifying directly. This give us greater scope to present better info like describing the difference between bug-coreutils@gnu.org and coreutils@gnu.org etc. * tests/misc/help-version.sh: Remove the check for bug-coreutils@gnu.org * tests/local.mk: Remove the no longer needed PACKAGE_BUGREPORT. --- src/system.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/system.h') diff --git a/src/system.h b/src/system.h index 0605a2f2e..94c968fbd 100644 --- a/src/system.h +++ b/src/system.h @@ -564,11 +564,7 @@ Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).\n\ static inline void emit_ancillary_info (void) { - printf (_("\nReport %s bugs to %s\n"), last_component (program_name), - PACKAGE_BUGREPORT); - printf (_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_URL); - fputs (_("General help using GNU software: \n"), - stdout); + printf (_("\n%s online help: <%s>\n"), PACKAGE_NAME, PACKAGE_URL); /* Don't output this redundant message for English locales. Note we still output for 'C' so that it gets included in the man page. */ const char *lc_messages = setlocale (LC_MESSAGES, NULL); -- cgit v1.2.3-54-g00ecf