diff options
Diffstat (limited to 'src/driver/tpax_amain.c')
-rw-r--r-- | src/driver/tpax_amain.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/driver/tpax_amain.c b/src/driver/tpax_amain.c index f71f16c..84b15f4 100644 --- a/src/driver/tpax_amain.c +++ b/src/driver/tpax_amain.c @@ -12,7 +12,8 @@ #ifndef TPAX_DRIVER_FLAGS #define TPAX_DRIVER_FLAGS TPAX_DRIVER_VERBOSITY_ERRORS \ - | TPAX_DRIVER_VERBOSITY_USAGE + | TPAX_DRIVER_VERBOSITY_USAGE \ + | TPAX_DRIVER_DIR_MEMBER_RECURSE #endif static const char vermsg[] = "%s%s%s (https://git.foss21.org/tpax): " |