diff options
author | midipix <writeonce@midipix.org> | 2024-06-09 04:29:32 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-09 04:38:30 +0000 |
commit | 4275a94c9d0e8ab2dee4632b6bee32fd634f4460 (patch) | |
tree | 410c00282c054880e1590df15759f34920f5029f /src/skin/tpax_skin_default.c | |
parent | f9e2cb296c7939daf67133cfe5bc4843241a2346 (diff) | |
download | tpax-4275a94c9d0e8ab2dee4632b6bee32fd634f4460.tar.bz2 tpax-4275a94c9d0e8ab2dee4632b6bee32fd634f4460.tar.xz |
driver: implemented and integrated the -X (strict device id) cmdline option.
Diffstat (limited to 'src/skin/tpax_skin_default.c')
-rw-r--r-- | src/skin/tpax_skin_default.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/skin/tpax_skin_default.c b/src/skin/tpax_skin_default.c index ffbc2d2..33ab8b8 100644 --- a/src/skin/tpax_skin_default.c +++ b/src/skin/tpax_skin_default.c @@ -88,6 +88,11 @@ const tpax_hidden struct argv_option tpax_default_options[] = { "or directory to the archive using the name of the " "symbolic link."}, + {"Wstrict-device-id", + 'X',TAG_STRICT_DEVICE_ID,ARGV_OPTARG_NONE, + ARGV_OPTION_HYBRID_ONLY,0,0, + "do not recurse into directories across device boundaries"}, + {"Wstrict-path-input", 0,TAG_STRICT_PATH,ARGV_OPTARG_NONE, ARGV_OPTION_HYBRID_ONLY,0,0, |