diff options
author | midipix <writeonce@midipix.org> | 2016-11-16 09:34:54 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-16 09:34:54 -0500 |
commit | 39af3cb59a5bc2dff1fa1429623e1219d002a4b2 (patch) | |
tree | 91b188b34ef7ab4b7129768ff7fd894a14675a23 | |
parent | a4543c523a7945f82375d88582d86eadea130977 (diff) | |
download | perk-39af3cb59a5bc2dff1fa1429623e1219d002a4b2.tar.bz2 perk-39af3cb59a5bc2dff1fa1429623e1219d002a4b2.tar.xz |
driver: skin: changed short option of --sections, use s/S for coff syms/strs.
-rw-r--r-- | src/skin/pe_skin_default.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |