summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-17 04:44:38 -0500
committermidipix <writeonce@midipix.org>2016-11-17 04:44:38 -0500
commitd492af690ee0c2d756981f0a716299f726a7833e (patch)
treee342e1f9a9b7e5a81f36dcbd0954a16503f4b687 /src
parenta4928b6b97200021bc614060bc812692a222a9c6 (diff)
downloadperk-d492af690ee0c2d756981f0a716299f726a7833e.tar.bz2
perk-d492af690ee0c2d756981f0a716299f726a7833e.tar.xz
driver: skin: change short option of --symbols to 'm' (stressed consonant).
Diffstat (limited to 'src')
-rw-r--r--src/skin/pe_skin_default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skin/pe_skin_default.c b/src/skin/pe_skin_default.c
index e33b8c0..9c376e0 100644
--- a/src/skin/pe_skin_default.c
+++ b/src/skin/pe_skin_default.c
@@ -17,7 +17,7 @@ const struct argv_option pe_default_options[] = {
{"sections", 'c',TAG_SECTIONS,ARGV_OPTARG_NONE,0,0,0,
"list image sections"},
- {"symbols", 's',TAG_SYMBOLS,ARGV_OPTARG_NONE,0,0,0,
+ {"symbols", 'm',TAG_SYMBOLS,ARGV_OPTARG_NONE,0,0,0,
"list symbols found in the coff symbol table"},
{"expsyms", 'e',TAG_EXPSYMS,ARGV_OPTARG_NONE,0,0,0,