diff options
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -281,6 +281,10 @@ int txr_main(int argc, char **argv) prog_string, string_utf8(*argv), nao); return EXIT_FAILURE; #endif + } else if (!strcmp(*argv, "--dv-regex")) { + opt_derivative_regex = 1; + argv++, argc--; + continue; } { |