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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/skin/tpax_skin_default.c b/src/skin/tpax_skin_default.c
index eb7e363..69179be 100644
--- a/src/skin/tpax_skin_default.c
+++ b/src/skin/tpax_skin_default.c
@@ -21,5 +21,10 @@ const struct argv_option tpax_default_options[] = {
"copy mode (copy specified files "
"to a specified destination directory)"},
+
+ {"format", 'x',TAG_FORMAT,ARGV_OPTARG_REQUIRED,0,
+ "pax|cpio|ustar|rustar",0,
+ "archive format [%s]"},
+
{0,0,0,0,0,0,0,0}
};