Typo, used wrong preprocessor directive to check for module support in help.

This commit is contained in:
Alex Shinn 2011-12-07 08:34:59 +09:00
parent be10dca2cc
commit f34b9267c1

2
main.c
View file

@ -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"