forked from Imagelibrary/binutils-gdb
* addr2line.c (usage): Document @file.
* ar.c (usage): Likewise. * coffdump (usage): Likewise. * cxxfilt.c (usage): Likewise. * dlltool.c (usage): Likewise. * dllwrap.c (usage): Likewise. * nlmconv.c (usage): Likewise. * nm.c (usage): Likewise. * objcopy.c (usage): Likewise. * objdump.c (usage): Likewise. * readelf.c (usage): Likewise. * size.c (usage): Likeise. * srconv.c (usage): Likewise. * strings.c (usage): Likewise. * windres.c (usage): Likewise. * doc/binutils.texi: Add section on common options.
This commit is contained in:
@@ -3058,6 +3058,7 @@ usage (FILE *file, int status)
|
||||
fprintf (file, _(" -v --verbose Be verbose.\n"));
|
||||
fprintf (file, _(" -V --version Display the program version.\n"));
|
||||
fprintf (file, _(" -h --help Display this information.\n"));
|
||||
fprintf (file, _(" @<file> Read options from <file>.\n"));
|
||||
#ifdef DLLTOOL_MCORE_ELF
|
||||
fprintf (file, _(" -M --mcore-elf <outname> Process mcore-elf object files into <outname>.\n"));
|
||||
fprintf (file, _(" -L --linker <name> Use <name> as the linker.\n"));
|
||||
|
||||
Reference in New Issue
Block a user