(scm_shell_usage): Note need for subscription to bug-guile@gnu.org.
authorNeil Jerram <neil@ossau.uklinux.net>
Fri, 17 Nov 2006 15:52:51 +0000 (15:52 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Fri, 17 Nov 2006 15:52:51 +0000 (15:52 +0000)
libguile/ChangeLog
libguile/script.c

index 9def3cd..20186db 100644 (file)
@@ -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
index 33fcbc1..e3425e1 100644 (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)