mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-07 13:16:36 +02:00
Typo, used wrong preprocessor directive to check for module support in help.
This commit is contained in:
parent
be10dca2cc
commit
f34b9267c1
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -30,7 +30,7 @@ void sexp_usage(int err) {
|
||||||
" -q - don't load the initialization file\n"
|
" -q - don't load the initialization file\n"
|
||||||
" -V - print version information\n"
|
" -V - print version information\n"
|
||||||
" -h <size> - specify the initial heap size\n"
|
" -h <size> - specify the initial heap size\n"
|
||||||
#if SEXP_USE_IMAGE_LOADING
|
#if SEXP_USE_MODULES
|
||||||
" -A <dir> - append a module search directory\n"
|
" -A <dir> - append a module search directory\n"
|
||||||
" -I <dir> - prepend a module search directory\n"
|
" -I <dir> - prepend a module search directory\n"
|
||||||
" -m <module> - import a module\n"
|
" -m <module> - import a module\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue