Fix incorrect documentation of -p command line option.

The documentation for command line arguments to MzScheme says:

-p <file> <u> <path> : requires (planet "<file>" "<user>" "<pkg>")
http://docs.plt-scheme.org/reference/running-sa.html#(part._mz-cmdline)

Running mzscheme --help says:

 -p <package> : Like -e '(require (planet "<package>")'

Experiments confirm the executable is correct and the docs are wrong.

svn: r15597
This commit is contained in:
Noel Welsh 2009-07-28 14:24:19 +00:00
parent 50ea3d91fe
commit 2ad22dd716

View File

@ -136,9 +136,8 @@ flags:
@nonterm{path} : @scheme[require]s @scheme[(lib @nonterm{path} : @scheme[require]s @scheme[(lib
@#,nontermstr{path})].} @#,nontermstr{path})].}
@item{@FlagFirst{p} @nonterm{file} @nonterm{u} @nonterm{path} : @item{@FlagFirst{p} @nonterm{package} :
@scheme[require]s @scheme[(planet @#,nontermstr{file} @scheme[require]s @scheme[(planet @#,nontermstr{package})].
@#,nontermstr{user} @#,nontermstr{pkg})].
@margin-note{Despite its name, @DFlag{script} is not usually @margin-note{Despite its name, @DFlag{script} is not usually
used for Unix scripts. See @guidesecref["scripts"] for more used for Unix scripts. See @guidesecref["scripts"] for more