original commit: 2069fb0e7d52b5f75c5b5c9df4370b021cdd7a38
This commit is contained in:
Matthew Flatt 2004-05-07 16:42:21 +00:00
parent a3e2e37e70
commit eaed633827
2 changed files with 20 additions and 2 deletions

View File

@ -187,6 +187,12 @@ Skip "class.ss" and "mred.ss" require.
Use stdio REPL. Same as
.BR -ve \ '(read-eval-print-loop)'.
.TP
.B \-K
.TP
.B \--back
Under Mac OS X, skip bringing the application to
the foreground (in case it was started from a command line).
.TP
.B \-w
.TP
.B \--awk
@ -231,7 +237,12 @@ Skips defining `argv' and `program'.
.B \-g
.TP
.B \--case-sens
Identifiers and symbols are initially case-sensitive.
Identifiers and symbols are initially case-sensitive (the default).
.TP
.B \-G
.TP
.B \--case-insens
Identifiers and symbols are initially case-insensitive.
.TP
.B \-s
.TP

View File

@ -183,7 +183,14 @@ Skips defining `argv' and `program'.
.B \-g
.TP
.B \--case-sens
Identifiers and symbols are initially case-sensitive.
Identifiers and symbols are initially case-sensitive (the default).
.B \-s
.TP
.B \-G
.TP
.B \--case-insens
Identifiers and symbols are initially case-insensitive.
.TP
.B \-s
.TP
.B \--set-undef