From 3f57204aeaf426a4bfd1eb464f1f46c57ef5d1c3 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 4 Jun 2025 20:16:42 +0000 Subject: pe_ar_options[]: re-order, as to match the order of actions in the synopsis. --- src/skin/pe_skin_ar.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/skin/pe_skin_ar.c b/src/skin/pe_skin_ar.c index af181ae..4bdce0e 100644 --- a/src/skin/pe_skin_ar.c +++ b/src/skin/pe_skin_ar.c @@ -15,16 +15,16 @@ const perk_hidden struct argv_option pe_ar_options[] = { ARGV_OPTION_HYBRID_ONLY,0,0, "provide verbose output"}, + {"Wprint", 'p',TAG_AR_PRINT_MEMBERS,ARGV_OPTARG_NONE, + ARGV_OPTION_HYBRID_ONLY,0,0, + "print archive members"}, + {"Wlist", 't',TAG_AR_LIST_MEMBERS,ARGV_OPTARG_NONE, ARGV_OPTION_HYBRID_ONLY,0,0, "list archive members; names only be default, " "or otherwise a detailed table of contents in " "verbose mode"}, - {"Wprint", 'p',TAG_AR_PRINT_MEMBERS,ARGV_OPTARG_NONE, - ARGV_OPTION_HYBRID_ONLY,0,0, - "print archive members"}, - {"Wpretty", 0,TAG_PRETTY,ARGV_OPTARG_REQUIRED, ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_EQUAL, "yaml|posix|hexdata",0, -- cgit v1.2.3