[PATCH v2] tools/winedump: Change duplicate flag.

Zebediah Figura z.figura12 at gmail.com
Fri Apr 7 14:33:43 CDT 2017


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 tools/winedump/main.c          | 2 +-
 tools/winedump/winedump.man.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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"},
diff --git a/tools/winedump/winedump.man.in b/tools/winedump/winedump.man.in
index d8dbd95..9805c8d 100644
--- a/tools/winedump/winedump.man.in
+++ b/tools/winedump/winedump.man.in
@@ -65,7 +65,7 @@ Dumps the contents of \fIfile\fR. Various file formats are supported
 (PE, NE, LE, Minidumps, .lnk).
 .IP \fB-C\fR
 Turns on symbol demangling.
-.IP \fB-f\fR
+.IP \fB-F\fR
 Dumps file header information.
 This option dumps only the standard PE header structures,
 along with the COFF sections available in the file.
-- 
2.7.4




More information about the wine-patches mailing list