summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-12-13 20:49:46 -0500
committermidipix <writeonce@midipix.org>2017-12-14 11:36:09 -0500
commit25e8d7e3c2e0f2b2251d129cbf9b05654c7561fc (patch)
tree8e2d7189823f176c01c8b229b307933424054dc5 /src
parent20e8a3f6e4e37fe028ebc2daefb10bc55eec85d9 (diff)
downloadperk-25e8d7e3c2e0f2b2251d129cbf9b05654c7561fc.tar.bz2
perk-25e8d7e3c2e0f2b2251d129cbf9b05654c7561fc.tar.xz
driver: pe_default_options[]: usage: explicitly mention the .idata section.
Diffstat (limited to 'src')
-rw-r--r--src/skin/pe_skin_default.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/skin/pe_skin_default.c b/src/skin/pe_skin_default.c
index 5c21363..95b2cfc 100644
--- a/src/skin/pe_skin_default.c
+++ b/src/skin/pe_skin_default.c
@@ -27,10 +27,10 @@ const struct argv_option pe_default_options[] = {
"list exported symbols" },
{"implibs", 'i',TAG_IMPLIBS,ARGV_OPTARG_NONE,0,0,0,
- "list direct dependency libraries"},
+ "list .idata dependency libraries"},
{"impsyms", 'I',TAG_IMPSYMS,ARGV_OPTARG_NONE,0,0,0,
- "list direct dependency libraries "
+ "list .idata dependency libraries "
"along with imported symbols"},
{0,0,0,0,0,0,0,0}