From 39af3cb59a5bc2dff1fa1429623e1219d002a4b2 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 16 Nov 2016 09:34:54 -0500 Subject: driver: skin: changed short option of --sections, use s/S for coff syms/strs. --- src/skin/pe_skin_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/skin') 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, -- cgit v1.2.3