summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-19 22:37:45 +0000
committermidipix <writeonce@midipix.org>2021-06-19 22:37:45 +0000
commitfb301b2fcd02acf11412dbf0b8aec0de57d9b34c (patch)
treef8eec883cf6d982b8402576ef7e87d0b16af963c /src
parent4718678e27b239e40a37d3cdd1fd97fb5ac628fa (diff)
downloadtpax-fb301b2fcd02acf11412dbf0b8aec0de57d9b34c.tar.bz2
tpax-fb301b2fcd02acf11412dbf0b8aec0de57d9b34c.tar.xz
tpax_default_options[]: option description: add missing closing parenthesis.
Diffstat (limited to 'src')
-rw-r--r--src/skin/tpax_skin_default.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/skin/tpax_skin_default.c b/src/skin/tpax_skin_default.c
index 4e93231..4de94b4 100644
--- a/src/skin/tpax_skin_default.c
+++ b/src/skin/tpax_skin_default.c
@@ -9,13 +9,13 @@ const struct argv_option tpax_default_options[] = {
"show usage information [listing %s options only]"},
{"list", 0,TAG_LIST,ARGV_OPTARG_NONE,0,0,0,
- "list mode (output names of archive members"},
+ "list mode (output names of archive members)"},
{"read", 'r',TAG_READ,ARGV_OPTARG_NONE,0,0,0,
- "read mode (extract matching archive members"},
+ "read mode (extract matching archive members)"},
{"write", 'w',TAG_WRITE,ARGV_OPTARG_NONE,0,0,0,
- "write mode (add specified files to archive"},
+ "write mode (add specified files to archive)"},
{"copy", 0,TAG_COPY,ARGV_OPTARG_NONE,0,0,0,
"copy mode (copy specified files "