]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: --help now outputs bug reporting address
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 May 2025 20:36:40 +0000 (13:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 May 2025 16:00:18 +0000 (09:00 -0700)
commitc8cbb321d9b904231dddad618120300f274a3109
tree4f93970ee482063e82406bc82756ce31e3c64f51
parentbd8be6b99ed73df0e055ba4e12bbf78c41a472c6
maint: --help now outputs bug reporting address

This changes the tail of "cat --help" output from:

GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
Full documentation <https://www.gnu.org/software/coreutils/cat>
or available locally via: info '(coreutils) cat invocation'

to:

Report bugs to: bug-coreutils@gnu.org
GNU coreutils home page: <https://www.gnu.org/software/coreutils/>
General help using GNU software: <https://www.gnu.org/gethelp/>
Full documentation <https://www.gnu.org/software/coreutils/cat>
or available locally via: info '(coreutils) cat invocation'

* src/system.h (emit_bug_reporting_address): Don’t #define.
(emit_ancillary_info): Call emit_bug_reporting_address
instead of doing it by hand, which omitted the bug reporting address.
man/local.mk
src/system.h