mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
mention long options in usage message
This commit is contained in:
parent
b6963343f6
commit
452b40b631
@ -1,3 +1,7 @@
|
||||
Fri Mar 19 10:56:51 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||
|
||||
* objdump.c (usage): Mention long options.
|
||||
|
||||
Thu Mar 18 14:22:17 1993 Per Bothner (bothner@rtl.cygnus.com)
|
||||
|
||||
* nm.c: Modify behavior of -o flag for archives to match
|
||||
|
@ -88,8 +88,9 @@ dump_symbols PARAMS ((bfd *abfd));
|
||||
void
|
||||
usage ()
|
||||
{
|
||||
fprintf (stderr,
|
||||
"usage: %s [-ahifdrtxsl] [-m machine] [-j section_name] obj ...\n",
|
||||
fprintf (stderr, "\
|
||||
usage: %s [-ahifdrtxsl] [-m machine] [-j section_name]\n\
|
||||
[--syms] [--reloc] [--header] [--version] obj ...\n",
|
||||
program_name);
|
||||
exit (1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user