summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-24 20:13:19 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-24 20:13:19 -0700
commitba3809f1be41bec92385b3e023269145dde4e5b2 (patch)
tree35c72963ceb6815619feb565496d01492850eb54 /txr.c
parentdfeadd4e8a8b1f1acdde2937ad4a210a9350b59e (diff)
downloadtxr-ba3809f1be41bec92385b3e023269145dde4e5b2.tar.gz
txr-ba3809f1be41bec92385b3e023269145dde4e5b2.tar.bz2
txr-ba3809f1be41bec92385b3e023269145dde4e5b2.zip
Document previously undocumented command line options.
* txr.1: Documented --gc-debug, --vg-debug and --dv-regex. * txr.c (help): Cover above options.
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/txr.c b/txr.c
index 559e8ec1..c3cb4dd2 100644
--- a/txr.c
+++ b/txr.c
@@ -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"