summaryrefslogtreecommitdiffstats
path: root/ld/lexsup.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-10-30 18:08:52 +0000
committerMark Mitchell <mark@codesourcery.com>2005-10-30 18:08:52 +0000
commita55ff675f931372ba38cc578de488ef7eb8504fa (patch)
tree3cb30b67503b93a081cf5ec9907cc83a1e6863a1 /ld/lexsup.c
parent9e5169a8fa66de51c0b09b1b6f8485ea90fda07e (diff)
downloadppe42-binutils-a55ff675f931372ba38cc578de488ef7eb8504fa.tar.gz
ppe42-binutils-a55ff675f931372ba38cc578de488ef7eb8504fa.zip
* as.c (show_usage): Document "@FILE".
* gprof.c (usage): Document "@FILE". * lexsup.c (help): Document "@FILE".
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r--ld/lexsup.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c
index f5ee817c6d..c2bef1dd48 100644
--- a/ld/lexsup.c
+++ b/ld/lexsup.c
@@ -1442,6 +1442,7 @@ help (void)
{
unsigned i;
const char **targets, **pp;
+ int len;
printf (_("Usage: %s [options] file...\n"), program_name);
@@ -1451,7 +1452,6 @@ help (void)
if (ld_options[i].doc != NULL)
{
bfd_boolean comma;
- int len;
unsigned j;
printf (" ");
@@ -1524,6 +1524,10 @@ help (void)
printf ("%s\n", _(ld_options[i].doc));
}
}
+ printf (_(" @FILE"));
+ for (len = strlen (" @FILE"); len < 30; len++)
+ putchar (' ');
+ printf (_("Read options from FILE\n"));
/* Note: Various tools (such as libtool) depend upon the
format of the listings below - do not change them. */
OpenPOWER on IntegriCloud