that should have been --source, not --multi

svn: r2889
This commit is contained in:
Matthew Flatt 2006-05-09 17:01:47 +00:00
parent 2e944e3e2e
commit e3bd7b2887

View File

@ -150,7 +150,7 @@
[("--embedded") [("--embedded")
,(lambda (f) (compiler:option:compile-for-embedded #t)) ,(lambda (f) (compiler:option:compile-for-embedded #t))
("Compile for embedded run-time engine, with -c/-o/-g")] ("Compile for embedded run-time engine, with -c/-o/-g")]
[("--multi") [("--source")
,(lambda (f) (stop-at-source #t)) ,(lambda (f) (stop-at-source #t))
(,(format "Stop at ~a instead of ~a for -o/-g" (,(format "Stop at ~a instead of ~a for -o/-g"
(extract-suffix append-c-suffix) (extract-suffix append-c-suffix)