mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
(scm_shell_usage): Note need for subscription to bug-guile@gnu.org.
This commit is contained in:
parent
e563095988
commit
f3e3f530c2
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-11-17 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* script.c (scm_shell_usage): Note need for subscription to bug-guile@gnu.org.
|
||||
|
||||
2006-11-08 Ludovic Courtès <ludovic.courtes@laas.fr>
|
||||
|
||||
* libguile/gc-freelist.c (scm_i_adjust_min_yield): Take two
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue