Fix racket help string typo

This commit is contained in:
shhyou 2019-12-24 21:14:35 -06:00
parent bc80116eff
commit 9db9991df6
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
"Default options:\n" "Default options:\n"
" If only configuration options are provided, -i is added\n" " If only configuration options are provided, -i is added\n"
" If only configuration options are before the first argument, -u is added\n" " If only configuration options are before the first argument, -u is added\n"
" If -t/-l/-p/-u apears before the first -i/-e/-f/-r, -n is added\n" " If -t/-l/-p/-u appears before the first -i/-e/-f/-r, -n is added\n"
" <init-lib> defaults to " (if gracket? "racket/gui/init" "racket/init") "\n" " <init-lib> defaults to " (if gracket? "racket/gui/init" "racket/init") "\n"
"Switch syntax:\n" "Switch syntax:\n"
" Multiple single-letter switches can be collapsed, with arguments placed\n" " Multiple single-letter switches can be collapsed, with arguments placed\n"

View File

@ -1436,7 +1436,7 @@ static int run_from_cmd_line(int argc, char *_argv[],
"Default options:\n" "Default options:\n"
" If only configuration options are provided, -i is added\n" " If only configuration options are provided, -i is added\n"
" If only configuration options are before the first argument, -u is added\n" " If only configuration options are before the first argument, -u is added\n"
" If -t/-l/-p/-u apears before the first -i/-e/-f/-r, -n is added\n" " If -t/-l/-p/-u appears before the first -i/-e/-f/-r, -n is added\n"
" <init-lib> defaults to " INITIAL_NAMESPACE_MODULE "\n" " <init-lib> defaults to " INITIAL_NAMESPACE_MODULE "\n"
"Switch syntax:\n" "Switch syntax:\n"
" Multiple single-letter switches can be collapsed, with arguments placed\n" " Multiple single-letter switches can be collapsed, with arguments placed\n"