summaryrefslogtreecommitdiff
path: root/binutils/dllwrap.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-10-03 19:37:44 +0000
committerMark Mitchell <mark@codesourcery.com>2005-10-03 19:37:44 +0000
commit477d5cd2579b1d385cb9dbb4a7f826925e6adfc7 (patch)
tree1c79bd09e3bf2ed0fb2a58faf562ddaae672e689 /binutils/dllwrap.c
parent9f1f8ab3fae981d654f406c9a146f923228fd473 (diff)
downloadbinutils-redhat-477d5cd2579b1d385cb9dbb4a7f826925e6adfc7.tar.gz
* 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/dllwrap.c')
-rw-r--r--binutils/dllwrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/dllwrap.c b/binutils/dllwrap.c
index 1c953d36af..f93c75d6fb 100644
--- a/binutils/dllwrap.c
+++ b/binutils/dllwrap.c
@@ -473,6 +473,7 @@ usage (FILE *file, int status)
{
fprintf (file, _("Usage %s <option(s)> <object-file(s)>\n"), prog_name);
fprintf (file, _(" Generic options:\n"));
+ fprintf (file, _(" @<file> Read options from <file>\n"));
fprintf (file, _(" --quiet, -q Work quietly\n"));
fprintf (file, _(" --verbose, -v Verbose\n"));
fprintf (file, _(" --version Print dllwrap version\n"));