summaryrefslogtreecommitdiffhomepage
path: root/src/skin/pe_skin_default.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/skin/pe_skin_default.c')
-rw-r--r--src/skin/pe_skin_default.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/skin/pe_skin_default.c b/src/skin/pe_skin_default.c
index 9c376e0..5c21363 100644
--- a/src/skin/pe_skin_default.c
+++ b/src/skin/pe_skin_default.c
@@ -20,6 +20,9 @@ const struct argv_option pe_default_options[] = {
{"symbols", 'm',TAG_SYMBOLS,ARGV_OPTARG_NONE,0,0,0,
"list symbols found in the coff symbol table"},
+ {"strings", 's',TAG_STRINGS,ARGV_OPTARG_NONE,0,0,0,
+ "list strings found in the coff string table"},
+
{"expsyms", 'e',TAG_EXPSYMS,ARGV_OPTARG_NONE,0,0,0,
"list exported symbols" },