Fixed typo in --help output.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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" | ... | ... |
-
Please register or sign in to post a comment