From 4275a94c9d0e8ab2dee4632b6bee32fd634f4460 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 9 Jun 2024 04:29:32 +0000 Subject: driver: implemented and integrated the -X (strict device id) cmdline option. --- src/skin/tpax_skin_default.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/skin/tpax_skin_default.c') 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, -- cgit v1.2.3