diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-12 07:28:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-12 07:28:35 -0700 |
commit | ca8dc591b84286462c941ebe88b9411cffbffbcc (patch) | |
tree | a09bb3fcb56795f8a0b5d839d16ce50b79cd0f4f /main.c | |
parent | c0af51d412931f8b7a23eb0d782177f8244d9534 (diff) | |
download | egawk-ca8dc591b84286462c941ebe88b9411cffbffbcc.tar.gz egawk-ca8dc591b84286462c941ebe88b9411cffbffbcc.tar.bz2 egawk-ca8dc591b84286462c941ebe88b9411cffbffbcc.zip |
Change executable name to egawk and change bug reporting address.
* Makefile.am, Makefile.in (bin_PROGRAMS): Change from gawk to egawk.
(bin_SCRIPTS): Remove gawkbug; this is not used.
(install-exec-hook, uninstall-links): Fix some hard-coded gawk
references here.
* main.c (usage): Rewrite bug reporting text, specifically discouraging
users not to use the bug-awk mailing list for support, unless they
reproduce the issue with the original awk.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -641,13 +641,12 @@ usage(int exitval, FILE *fp) /* This is one string to make things easier on translators. */ /* TRANSLATORS: --help output (end) no-wrap */ - fputs(_("\nTo report bugs, use the `gawkbug' program.\n\ -For full instructions, see the node `Bugs' in `gawk.info'\n\ -which is section `Reporting Problems and Bugs' in the\n\ -printed version. This same information may be found at\n\ -https://www.gnu.org/software/gawk/manual/html_node/Bugs.html.\n\ -PLEASE do NOT try to report bugs by posting in comp.lang.awk,\n\ -or by using a web forum such as Stack Overflow.\n\n"), fp); + fputs(_("\nTo report bugs in Enhanced Gawk, send e-mail to \n\ +Kaz Kylheku <kaz at kylheku dot com>.\n\ +PLEASE do NOT try to report bugs or seek support in the original\n\ +bug-gawk mailing list, unless you can reproduce the issue with the\n\ +unmodified gawk program. Also do not report bugs in the comp.lang.awk\n\ +Usenet newsgroup, or in web forum such as Stack Overflow.\n\n"), fp); /* ditto */ fputs(_("gawk is a pattern scanning and processing language.\n\ |