Commit 1cec407d 1cec407d63ded48df5a49c8ea4594a4bd5998fc4 by Sergey Poznyakoff

Fixed typo in --help output.

1 parent 4a292857
......@@ -166,7 +166,7 @@ static char usage_str[] =
" -d, --debug Start with debugging evaluator and backtraces.\n"
" -e, --expression EXPR Execute scheme expression.\n"
" -f, --file PROGFILE Read program from PROGFILE.\n"
" -g, --guile-command ARG Append ARG to the command line passed to guile.\n"
" -g, --guile-command ARG Append ARG to the command line passed to scheme\n"
" program.\n"
" -m, --mailbox MBOX Set default mailbox name.\n"
" -u, --user NAME Act as local MDA for user NAME.\n"
......