Add 'H' to getlongopts so that "readelf -H" does not display "unknown option"
This commit is contained in:
parent
f0c8c24a69
commit
d3c543fde9
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
|||
quotes consistent.
|
||||
* objdump.c (usage): Ditto. Also fix some typos.
|
||||
|
||||
* readelf.c (parse_args): Include 'H' option in call to getopt_long.
|
||||
|
||||
2003-02-10 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* readelf.c (decode_ARM_machine_flags): Handle the
|
||||
|
|
|
@ -2529,7 +2529,7 @@ parse_args (argc, argv)
|
|||
usage ();
|
||||
|
||||
while ((c = getopt_long
|
||||
(argc, argv, "ersuahnldSDAIw::x:i:vVW", options, NULL)) != EOF)
|
||||
(argc, argv, "ersuahnldSDAIw::x:i:vVWH", options, NULL)) != EOF)
|
||||
{
|
||||
char *cp;
|
||||
int section;
|
||||
|
|
Loading…
Add table
Reference in a new issue