that should have been --source, not --multi
svn: r2889
This commit is contained in:
parent
2e944e3e2e
commit
e3bd7b2887
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user