diff options
author | midipix <writeonce@midipix.org> | 2024-06-06 21:11:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-06 23:39:26 +0000 |
commit | 37f51391c8888c7f84e27ec6995fda5dd3af49c3 (patch) | |
tree | f9c296dc28aaffbb9e2df29c87e86c4b46fef4f8 /src/skin/tpax_skin_default.c | |
parent | b8874b3e640e74ff287b64e969ce74aece65de10 (diff) | |
download | tpax-37f51391c8888c7f84e27ec6995fda5dd3af49c3.tar.bz2 tpax-37f51391c8888c7f84e27ec6995fda5dd3af49c3.tar.xz |
driver: implemented and integrated the -H (follow symlink args) cmdline option.
Diffstat (limited to 'src/skin/tpax_skin_default.c')
-rw-r--r-- | src/skin/tpax_skin_default.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/skin/tpax_skin_default.c b/src/skin/tpax_skin_default.c index 1684553..5bddb70 100644 --- a/src/skin/tpax_skin_default.c +++ b/src/skin/tpax_skin_default.c @@ -66,6 +66,14 @@ const tpax_hidden struct argv_option tpax_default_options[] = { "time that was reported by fstatat(3) prior to the " "first read operation performed by pax"}, + {"Wpax-symlink-args", + 'H',TAG_PAX_SYMLINK_ARGS,ARGV_OPTARG_NONE, + ARGV_OPTION_HYBRID_ONLY,0,0, + "when a command-line argument is a symbolic link, " + "add the underlying (referenced) file-system object " + "or directory to the archive using the name of the " + "symbolic link."}, + {"Wstrict-path-input", 0,TAG_STRICT_PATH,ARGV_OPTARG_NONE, ARGV_OPTION_HYBRID_ONLY,0,0, |