diff options
author | midipix <writeonce@midipix.org> | 2024-06-06 21:52:55 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-07 00:58:32 +0000 |
commit | e50240012b56272abfd1ce2c873dc99e7a89631b (patch) | |
tree | aac34605a155ae24142049ec020d460e6f152ddf /src/skin | |
parent | 8034d053d2a29f7721066ff1190aa6814a300d40 (diff) | |
download | tpax-e50240012b56272abfd1ce2c873dc99e7a89631b.tar.bz2 tpax-e50240012b56272abfd1ce2c873dc99e7a89631b.tar.xz |
driver: implemented and integrated the -L (follow symlink items) cmdline option.
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/tpax_skin_default.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/skin/tpax_skin_default.c b/src/skin/tpax_skin_default.c index 5bddb70..bfb4551 100644 --- a/src/skin/tpax_skin_default.c +++ b/src/skin/tpax_skin_default.c @@ -74,6 +74,15 @@ const tpax_hidden struct argv_option tpax_default_options[] = { "or directory to the archive using the name of the " "symbolic link."}, + {"Wpax-symlink-items", + 'L',TAG_PAX_SYMLINK_ITEMS,ARGV_OPTARG_NONE, + ARGV_OPTION_HYBRID_ONLY,0,0, + "when a command-line argument is a symbolic link, or when " + "an item added by way of recursion 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, |