original commit: f868cd48fb1b1a4e236297d62427e935be3d504e
This commit is contained in:
Matthew Flatt 2003-06-12 23:15:34 +00:00
parent b31bdd3ead
commit 4f4ec8c39d
2 changed files with 6 additions and 6 deletions

View File

@ -203,8 +203,8 @@ to
.B \-C
.TP
.B \--main
Call `main' with a list of argument strings, where the first string is
the name of the file most recently loaded from the command line, and
Like -r, then calls `main' with a list of argument strings. The first
string in the list is the name of the loaded file, and
the rest of the list contains leftover command-line arguments.
.PP
@ -320,7 +320,7 @@ If the executable name has the form scheme-\|\c
.I dialect\|\c
, then the command line is effectively prefixed with
.ce 1
-qAerC '(require (lib "init.ss" "script-lang" "\|\c
-qAeC '(require (lib "init.ss" "script-lang" "\|\c
.I dialect\|\c
"))'
The first actual command-line argument thus serves as the name of a file

View File

@ -155,8 +155,8 @@ to
.B \-C
.TP
.B \--main
Call `main' with a list of argument strings, where the first string is
the name of the file most recently loaded from the command line, and
Like -r, then calls `main' with a list of argument strings. The first
string in the list is the name of the loaded file, and
the rest of the list contains leftover command-line arguments.
.PP
@ -265,7 +265,7 @@ If the executable name has the form scheme-\|\c
.I dialect\|\c
, then the command line is effectively prefixed with
.ce 1
-qAerC '(require (lib "init.ss" "script-lang" "\|\c
-qAeC '(require (lib "init.ss" "script-lang" "\|\c
.I dialect\|\c
"))'
The first actual command-line argument thus serves as the name of a file