From 54c29f3214d9ad43bd0eeab1ff025af8bfbf1309 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 30 Jan 2020 18:34:27 -0500 Subject: driver: implemented block-size logic. --- src/skin/tpax_skin_default.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/skin') diff --git a/src/skin/tpax_skin_default.c b/src/skin/tpax_skin_default.c index 69179be..dacc9d8 100644 --- a/src/skin/tpax_skin_default.c +++ b/src/skin/tpax_skin_default.c @@ -26,5 +26,13 @@ const struct argv_option tpax_default_options[] = { "pax|cpio|ustar|rustar",0, "archive format [%s]"}, + {"blksize", 'b',TAG_BLKSIZE,ARGV_OPTARG_REQUIRED,0,0,0, + "(non-default) block-size; valid values are " + "in the range of 512 to 32256; keeping " + "the default format-specific block size " + "(5120 for the pax and cpio formats," + " 10240 for the ustar format) " + "is strongly recommended."}, + {0,0,0,0,0,0,0,0} }; -- cgit v1.2.3