diff options
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/tpax_skin_default.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/skin/tpax_skin_default.c b/src/skin/tpax_skin_default.c index dacc9d8..c6de7e6 100644 --- a/src/skin/tpax_skin_default.c +++ b/src/skin/tpax_skin_default.c @@ -34,5 +34,12 @@ const struct argv_option tpax_default_options[] = { " 10240 for the ustar format) " "is strongly recommended."}, + {"recurse", 0,TAG_RECURSE,ARGV_OPTARG_NONE,0,0,0, + "recurse into directory archive members " + "(this is the tpax_main() default)"}, + + {"no-recurse", 'd',TAG_NORECURSE,ARGV_OPTARG_NONE,0,0,0, + "do not recurse into directory archive members"}, + {0,0,0,0,0,0,0,0} }; |