From e99de36b4ab5f9f8a331b4a4401204a19c468957 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 9 Jun 2024 00:23:34 +0000 Subject: driver: implemented and integrated the -v (verbose mode) cmdline option. --- src/skin/tpax_skin_default.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/skin/tpax_skin_default.c') diff --git a/src/skin/tpax_skin_default.c b/src/skin/tpax_skin_default.c index bfb4551..ffbc2d2 100644 --- a/src/skin/tpax_skin_default.c +++ b/src/skin/tpax_skin_default.c @@ -40,6 +40,11 @@ const tpax_hidden struct argv_option tpax_default_options[] = { "pax|cpio|ustar|rustar",0, "archive format [%s]"}, + {"Wverbose", 'v',TAG_VERBOSE,ARGV_OPTARG_NONE, + ARGV_OPTION_HYBRID_ONLY,0,0, + "write pathnames to stderr in read, write, and copy modes; " + "produce verbose output in list mode."}, + {"Wblksize", 'b',TAG_BLKSIZE,ARGV_OPTARG_REQUIRED, ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_EQUAL,0,0, "(non-default) block-size; valid values are " -- cgit v1.2.3