diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-27 21:58:30 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-27 21:58:30 +0200 |
commit | 67828f9c4d0c53508e18c7df975c57f20ebb0e79 (patch) | |
tree | 307e191ac39984d3d77000127b5a8963cfd32708 /main.c | |
parent | fb39babe890863fcdd6c290af8e19759387fe04b (diff) | |
download | egawk-67828f9c4d0c53508e18c7df975c57f20ebb0e79.tar.gz egawk-67828f9c4d0c53508e18c7df975c57f20ebb0e79.tar.bz2 egawk-67828f9c4d0c53508e18c7df975c57f20ebb0e79.zip |
Add doc on gawkbug program.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -641,7 +641,8 @@ 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, see node `Bugs' in `gawk.info'\n\ + 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\ |