diff options
author | midipix <writeonce@midipix.org> | 2024-06-09 00:23:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-09 00:41:58 +0000 |
commit | e99de36b4ab5f9f8a331b4a4401204a19c468957 (patch) | |
tree | a31f4bac44ee6fe25ffd0b7b432ab6f3873a6e7c /src/skin | |
parent | 25362d2365de0e6b24959c57f3a84e7a19b0b6a5 (diff) | |
download | tpax-e99de36b4ab5f9f8a331b4a4401204a19c468957.tar.bz2 tpax-e99de36b4ab5f9f8a331b4a4401204a19c468957.tar.xz |
driver: implemented and integrated the -v (verbose mode) cmdline option.
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/tpax_skin_default.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 " |