diff --git a/main.c b/main.c index b74513be..7e5e0b96 100644 --- a/main.c +++ b/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 - add to the list of features\n" #if ! SEXP_USE_BOEHM " -h - specify the initial heap size\n" #endif @@ -52,6 +53,8 @@ void sexp_usage(int err) { " -p - evaluate and print an expression\n" " -r[
] - run a SRFI-22 main\n" " -R[] - run main from a module\n" + " -t - trace a procedure\n" + " -T - disable TCO (dangerous)\n" #if SEXP_USE_IMAGE_LOADING " -d - dump an image file and exit\n" " -i - load an image file\n"