|
In the setup.scm, the usage message is still talking about mzscheme. It is a
good source of historical information, but need correction.
(format #t "Usage: mzscheme -r setup scm command\n")
should be
(format #t "Usage: guile -s estup.scm command\n")
Later.
Liguo (Leo)
|