mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
(scm_shell_usage): Print bug-guile email address, as per
GNU standard. Reported by Han-Wen Nienhuys.
This commit is contained in:
parent
292dfa7fbc
commit
e69681aef4
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue