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): Note need for subscription to bug-guile@gnu.org.

This commit is contained in:
Neil Jerram 2006-11-17 15:52:51 +00:00
parent e563095988
commit f3e3f530c2
2 changed files with 7 additions and 1 deletions

View file

@ -381,7 +381,9 @@ scm_shell_usage (int fatal, char *message)
" -v, --version display version information and exit\n"
" \\ read arguments from following script lines\n"
"\n"
"Please report bugs to bug-guile@gnu.org\n",
"Please report bugs to bug-guile@gnu.org. (Note that you must\n"
"be subscribed to this list first, in order to successfully send\n"
"a report to it).\n",
scm_usage_name);
if (fatal)