summaryrefslogtreecommitdiff
path: root/src/skin/tpax_skin_default.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/skin/tpax_skin_default.c')
-rw-r--r--src/skin/tpax_skin_default.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/skin/tpax_skin_default.c b/src/skin/tpax_skin_default.c
index c6de7e6..4e93231 100644
--- a/src/skin/tpax_skin_default.c
+++ b/src/skin/tpax_skin_default.c
@@ -41,5 +41,21 @@ const struct argv_option tpax_default_options[] = {
{"no-recurse", 'd',TAG_NORECURSE,ARGV_OPTARG_NONE,0,0,0,
"do not recurse into directory archive members"},
+ {"strict-path-input",
+ 0,TAG_STRICT_PATH,ARGV_OPTARG_NONE,0,0,0,
+ "do not allow file arguments (in write and copy modes) "
+ "to contain parent-directoy (dot dot) references"},
+
+ {"pure-path-output",
+ 0,TAG_PURE_PATH,ARGV_OPTARG_NONE,0,0,0,
+ "output (in list mode) or store (in write mode) path "
+ "names in pure form, specifically by liminating all "
+ "this-dir (dot) elements from the listed/stored path "
+ "name, as well as replacing each meaningless sequence "
+ "of consecutive forward slash characters with a single "
+ "forward slash; the presence of exactly two forward "
+ "slash characters in the beginning of a path may be "
+ "meaningful, and therefore shall remain instact."},
+
{0,0,0,0,0,0,0,0}
};