<div dir="auto"><div><div class="gmail_extra"><div class="gmail_quote">On Apr 7, 2017 2:22 PM, "Zebediah Figura" <<a href="mailto:z.figura12@gmail.com">z.figura12@gmail.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="elided-text">On 04/07/2017 02:09 PM, Alexandre Julliard wrote:<br>
> Zebediah Figura <<a href="mailto:z.figura12@gmail.com">z.figura12@gmail.com</a>> writes:<br>
><br>
>> diff --git a/tools/winedump/main.c b/tools/winedump/main.c<br>
>> index a4ebb43..5c683f6 100644<br>
>> --- a/tools/winedump/main.c<br>
>> +++ b/tools/winedump/main.c<br>
>> @@ -226,7 +226,7 @@ static const struct my_option option_table[] = {<br>
>>    {"-v",    SPEC, 0, do_verbose,  "-v              Show lots of detail while working (verbose)."},<br>
>>    {"dump",  DUMP, 0, do_dump,     "dump <file>     Dump the contents of 'file' (dll, exe, lib...)"},<br>
>>    {"-C",    DUMP, 0, do_symdmngl, "-C              Turn on symbol demangling"},<br>
>> -  {"-f",    DUMP, 0, do_dumphead, "-f              Dump file header information"},<br>
>> +  {"-F",    DUMP, 0, do_dumphead, "-F              Dump file header information"},<br>
><br>
> Not a big deal, but is there a reason for changing this?<br>
><br>
<br>
</div>The -f flag is assigned to two different options, yielding this one<br>
unreachable.<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Please also update the manpage.</div><div dir="auto"><br></div><div dir="auto">Thanks for catching this!</div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div><br></div></div></div>