diff options
-rw-r--r-- | libguile/ChangeLog | 4 | ||||
-rw-r--r-- | libguile/script.c | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 9def3cd9a..20186db64 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -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 diff --git a/libguile/script.c b/libguile/script.c index 33fcbc130..e3425e108 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -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) |