diff options
Diffstat (limited to 'shell.c')
-rw-r--r-- | shell.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1917,6 +1917,9 @@ show_shell_usage (fp, extra) fprintf (fp, _("Type `%s -c \"help set\"' for more information about shell options.\n"), shell_name); fprintf (fp, _("Type `%s -c help' for more information about shell builtin commands.\n"), shell_name); fprintf (fp, _("Use the `bashbug' command to report bugs.\n")); + fprintf (fp, "\n"); + fprintf (fp, _("bash home page: <http://www.gnu.org/software/bash>\n")); + fprintf (fp, _("General help using GNU software: <http://www.gnu.org/gethelp/>\n")); } } |