summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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,