[plt-dev] Doc bug and fix

From: Noel Welsh (noelwelsh at gmail.com)
Date: Tue Jul 28 10:24:17 EDT 2009

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.
I've committed a change to fix the docs (startup.scrbl):

 @item{@FlagFirst{p} @nonterm{package} :
       @scheme[require]s @scheme[(planet @#,nontermstr{package})].

N.


Posted on the dev mailing list.