]> Git Repo - binutils.git/blobdiff - binutils/ar.c
2006-02-08 H.J. Lu <[email protected]>
[binutils.git] / binutils / ar.c
index 10c62bfb5afc9d7c3b6c73abd387404ca0df64a2..fe1c6402222d4166f373de729a0abb3d2d55b281 100644 (file)
@@ -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"));
     }
This page took 0.027701 seconds and 4 git commands to generate.