mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
documenting -D, -t and -T options
This commit is contained in:
parent
39bf3cecc7
commit
582c46935e
1 changed files with 3 additions and 0 deletions
3
main.c
3
main.c
|
@ -39,6 +39,7 @@ void sexp_usage(int err) {
|
|||
" -q - \"quick\" load, use the core -xchibi language\n"
|
||||
" -Q - extra \"quick\" load, -xchibi.primitive\n"
|
||||
" -V - print version information\n"
|
||||
" -D <feature> - add <feature> to the list of features\n"
|
||||
#if ! SEXP_USE_BOEHM
|
||||
" -h <size> - specify the initial heap size\n"
|
||||
#endif
|
||||
|
@ -52,6 +53,8 @@ void sexp_usage(int err) {
|
|||
" -p <expr> - evaluate and print an expression\n"
|
||||
" -r[<main>] - run a SRFI-22 main\n"
|
||||
" -R[<module>] - run main from a module\n"
|
||||
" -t <module.proc> - trace a procedure\n"
|
||||
" -T - disable TCO (dangerous)\n"
|
||||
#if SEXP_USE_IMAGE_LOADING
|
||||
" -d <file> - dump an image file and exit\n"
|
||||
" -i <file> - load an image file\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue