diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-10-30 18:08:52 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-10-30 18:08:52 +0000 |
commit | a55ff675f931372ba38cc578de488ef7eb8504fa (patch) | |
tree | 3cb30b67503b93a081cf5ec9907cc83a1e6863a1 /gas/as.c | |
parent | 9e5169a8fa66de51c0b09b1b6f8485ea90fda07e (diff) | |
download | gdb-a55ff675f931372ba38cc578de488ef7eb8504fa.zip gdb-a55ff675f931372ba38cc578de488ef7eb8504fa.tar.gz gdb-a55ff675f931372ba38cc578de488ef7eb8504fa.tar.bz2 |
* as.c (show_usage): Document "@FILE".
* gprof.c (usage): Document "@FILE".
* lexsup.c (help): Document "@FILE".
Diffstat (limited to 'gas/as.c')
-rw-r--r-- | gas/as.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -346,6 +346,8 @@ Options:\n\ fprintf (stream, _("\ --listing-cont-lines set the maximum number of continuation lines used\n\ for the output data column of the listing\n")); + fprintf (stream, _("\ + @FILE read options from FILE\n")); md_show_usage (stream); |