diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-10-03 19:37:44 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-10-03 19:37:44 +0000 |
commit | 07012eeef27d34424bd51d1ee54bbeb09841fe1f (patch) | |
tree | d1329567c0cb3d3c536708a969572cd42968159a /binutils/dlltool.c | |
parent | cac3d6c4122a17ef46e1a4f4ee383ffaadd93573 (diff) | |
download | gdb-07012eeef27d34424bd51d1ee54bbeb09841fe1f.zip gdb-07012eeef27d34424bd51d1ee54bbeb09841fe1f.tar.gz gdb-07012eeef27d34424bd51d1ee54bbeb09841fe1f.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/dlltool.c')
-rw-r--r-- | binutils/dlltool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/dlltool.c b/binutils/dlltool.c index bcecc8a..d8bb03c 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -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")); |