Commit 1cec407d 1cec407d63ded48df5a49c8ea4594a4bd5998fc4 by Sergey Poznyakoff

Fixed typo in --help output.

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