diff options
author | midipix <writeonce@midipix.org> | 2016-11-17 04:44:38 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-17 04:44:38 -0500 |
commit | d492af690ee0c2d756981f0a716299f726a7833e (patch) | |
tree | e342e1f9a9b7e5a81f36dcbd0954a16503f4b687 /src | |
parent | a4928b6b97200021bc614060bc812692a222a9c6 (diff) | |
download | perk-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.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 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, |