1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

(scm_shell_usage): Print bug-guile email address, as per

GNU standard.  Reported by Han-Wen Nienhuys.
This commit is contained in:
Kevin Ryde 2004-02-15 23:49:20 +00:00
parent 292dfa7fbc
commit e69681aef4

View file

@ -373,7 +373,9 @@ scm_shell_usage (int fatal, char *message)
" which is a list of numbers like \"2,13,14\"\n"
" -h, --help display this help and exit\n"
" -v, --version display version information and exit\n"
" \\ read arguments from following script lines\n",
" \\ read arguments from following script lines\n"
"\n"
"Report bugs to bug-guile@gnu.org\n",
scm_usage_name);
if (fatal)