From fb301b2fcd02acf11412dbf0b8aec0de57d9b34c Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Jun 2021 22:37:45 +0000 Subject: tpax_default_options[]: option description: add missing closing parenthesis. --- src/skin/tpax_skin_default.c | 6 +++--- 1 file 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 " -- cgit v1.2.3