diff options
author | midipix <writeonce@midipix.org> | 2024-05-29 03:10:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-05-29 03:10:40 +0000 |
commit | 156e23cd69630cba8dee55eaafae5d33e40c30bc (patch) | |
tree | 484ea72e8cad040acc5282ef3f8dde40a7cb9742 /src/skin | |
parent | 1fd3f0230d2011bfe00b724d13517ca51f4e63bb (diff) | |
download | tpax-156e23cd69630cba8dee55eaafae5d33e40c30bc.tar.bz2 tpax-156e23cd69630cba8dee55eaafae5d33e40c30bc.tar.xz |
driver: implemented the -f (archive path) command-line argument.
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/tpax_skin_default.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/skin/tpax_skin_default.c b/src/skin/tpax_skin_default.c index 1db63c8..a385aac 100644 --- a/src/skin/tpax_skin_default.c +++ b/src/skin/tpax_skin_default.c @@ -28,6 +28,12 @@ const tpax_hidden struct argv_option tpax_default_options[] = { "copy mode (copy specified files " "to a specified destination directory)"}, + {"Wfile", 'f',TAG_FILE,ARGV_OPTARG_REQUIRED, + ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_EQUAL, + 0,"<ARCHIVE>", + "read from (in read or list modes), " + "or write to (in write mode) the specified %s " + "after (in write mode) creating it as necessary"}, {"Wformat", 'x',TAG_FORMAT,ARGV_OPTARG_REQUIRED, ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_EQUAL, |