improve docs to match improved "-h" output

This commit is contained in:
Matthew Flatt 2012-02-20 07:34:14 -07:00
parent 11f7dfbdcc
commit a79080e7ed

View File

@ -197,7 +197,7 @@ flags:
@itemize[ @itemize[
@item{@FlagFirst{i} or @DFlagFirst{repl} : Runs interactive read-eval-print @item{@FlagFirst{i} or @DFlagFirst{repl} : Runs an interactive read-eval-print
loop, using either @racket[read-eval-print-loop] (Racket) or loop, using either @racket[read-eval-print-loop] (Racket) or
@racket[graphical-read-eval-print-loop] (GRacket) after showing @racket[graphical-read-eval-print-loop] (GRacket) after showing
@racket[(banner)] and loading @racket[(find-system-path @racket[(banner)] and loading @racket[(find-system-path
@ -242,7 +242,9 @@ flags:
@item{@FlagFirst{I} @nonterm{path} : Sets @racket[(lib @item{@FlagFirst{I} @nonterm{path} : Sets @racket[(lib
@#,nontermstr{path})] as the path to @racket[require] to initialize @#,nontermstr{path})] as the path to @racket[require] to initialize
the namespace, unless namespace initialization is disabled.} the namespace, unless namespace initialization is disabled. Using
this flag can effectively set the language for the read-eval-print
loop and other top-level evaluation.}
@item{@FlagFirst{X} @nonterm{dir} or @DFlagFirst{collects} @item{@FlagFirst{X} @nonterm{dir} or @DFlagFirst{collects}
@nonterm{dir} : Sets @nonterm{dir} as the path to the main @nonterm{dir} : Sets @nonterm{dir} as the path to the main