diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2008-12-10 19:11:28 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2008-12-10 19:11:28 +0000 |
commit | 55aae983565cd14821d4cdff9f44afc96f8868c1 (patch) | |
tree | 84305bd6ff953349bfcbd471a5294bbd9c947522 | |
parent | 88f5ea45d52a703aa86da917b5c9dc28d2d0d45b (diff) | |
download | guile-55aae983565cd14821d4cdff9f44afc96f8868c1.tar.gz |
Revert "(scm_shell_usage): Note need for subscription to bug-guile@gnu.org."
This reverts commit f3e3f530c28cfa5c7830c5d9b01de6fc388bc42a, which is
appropriate because subscription is not now required for someone to
send a message to bug-guile@gnu.org.
Conflicts:
-rw-r--r-- | libguile/script.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile/script.c b/libguile/script.c index a040f0e6c..14691c738 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -384,9 +384,7 @@ 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. (Note that you must\n" - "be subscribed to this list first, in order to successfully send\n" - "a report to it).\n", + "Please report bugs to bug-guile@gnu.org\n", scm_usage_name); if (fatal) |