(scm_shell_usage): Print bug-guile email address, as per
authorKevin Ryde <user42@zip.com.au>
Sun, 15 Feb 2004 23:49:20 +0000 (23:49 +0000)
committerKevin Ryde <user42@zip.com.au>
Sun, 15 Feb 2004 23:49:20 +0000 (23:49 +0000)
GNU standard.  Reported by Han-Wen Nienhuys.

libguile/script.c

index 74a910d..6228362 100644 (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)