[PATCH] tools/winedump: Change duplicate flag.

Zebediah Figura z.figura12 at gmail.com
Fri Apr 7 11:57:21 CDT 2017


---
 tools/winedump/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/winedump/main.c b/tools/winedump/main.c
index a4ebb43..5c683f6 100644
--- a/tools/winedump/main.c
+++ b/tools/winedump/main.c
@@ -226,7 +226,7 @@ static const struct my_option option_table[] = {
   {"-v",    SPEC, 0, do_verbose,  "-v              Show lots of detail while working (verbose)."},
   {"dump",  DUMP, 0, do_dump,     "dump <file>     Dump the contents of 'file' (dll, exe, lib...)"},
   {"-C",    DUMP, 0, do_symdmngl, "-C              Turn on symbol demangling"},
-  {"-f",    DUMP, 0, do_dumphead, "-f              Dump file header information"},
+  {"-F",    DUMP, 0, do_dumphead, "-F              Dump file header information"},
   {"-G",    DUMP, 0, do_rawdebug, "-G              Dump raw debug information"},
   {"-j",    DUMP, 1, do_dumpsect, "-j <sect_name>  Dump only the content of section 'sect_name' (import, export, debug, resource, tls, loadcfg, clr, reloc, except)"},
   {"-t",    DUMP, 0, do_symtable, "-t              Dump symbol table"},
-- 
2.7.4




More information about the wine-patches mailing list