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/ar.c | |
parent | cac3d6c4122a17ef46e1a4f4ee383ffaadd93573 (diff) | |
download | binutils-gdb-07012eeef27d34424bd51d1ee54bbeb09841fe1f.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/ar.c')
-rw-r--r-- | binutils/ar.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/ar.c b/binutils/ar.c index 10c62bfb5af..fe1c6402222 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -242,7 +242,8 @@ usage (int help) fprintf (s, _(" [S] - do not build a symbol table\n")); fprintf (s, _(" [v] - be verbose\n")); fprintf (s, _(" [V] - display the version number\n")); - + fprintf (s, _(" @<file> - read options from <file>\n")); + ar_emul_usage (s); } else @@ -251,6 +252,7 @@ usage (int help) fprintf (s, _("Usage: %s [options] archive\n"), program_name); fprintf (s, _(" Generate an index to speed access to archives\n")); fprintf (s, _(" The options are:\n\ + @<file> Read options from <file>\n\ -h --help Print this help message\n\ -V --version Print version information\n")); } |