diff options
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -149,6 +149,9 @@ static void help(void) " increments by N megabytes since last collection.\n" "--debug-autoload Allow debugger to step through library auto-loading.\n" "--yydebug Debug Yacc parser, if compiled with YYDEBUG support.\n" +"--gc-debug Enable a garbage collector stress test (slow).\n" +"--vg-debug Enable Valgrind integration, if compiled in.\n" +"--dv-regex Handle all regexes using derivative-based back-end.\n" "\n" "Options that take no argument can be combined. The -q and -v options\n" "are mutually exclusive; the right-most one dominates.\n" |