mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* as.c (show_usage): Document "@FILE".
* gprof.c (usage): Document "@FILE". * lexsup.c (help): Document "@FILE".
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user