From 39af3cb59a5bc2dff1fa1429623e1219d002a4b2 Mon Sep 17 00:00:00 2001 From: midipix Date: Nov 16 2016 14:34:54 +0000 Subject: driver: skin: changed short option of --sections, use s/S for coff syms/strs. --- diff --git a/src/skin/pe_skin_default.c b/src/skin/pe_skin_default.c index 7bc1df9..aee0cc3 100644 --- a/src/skin/pe_skin_default.c +++ b/src/skin/pe_skin_default.c @@ -14,7 +14,7 @@ const struct argv_option pe_default_options[] = { {"category", 'y',TAG_CATEGORY,ARGV_OPTARG_NONE,0,0,0, "print image category"}, - {"sections", 's',TAG_SECTIONS,ARGV_OPTARG_NONE,0,0,0, + {"sections", 'c',TAG_SECTIONS,ARGV_OPTARG_NONE,0,0,0, "list image sections"}, {"expsyms", 'e',TAG_EXPSYMS,ARGV_OPTARG_NONE,0,0,0,