summaryrefslogtreecommitdiff
path: root/gas/as.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
commit16ab45f77e3a631c45d0a703acde2f33704d3b9b (patch)
tree8c4d2aaa63cbb38017a1e5bf78d5eeb81d709b62 /gas/as.c
parenta9a2977bcabdc8ec04b04825a9903afea950022d (diff)
downloadbinutils-redhat-16ab45f77e3a631c45d0a703acde2f33704d3b9b.tar.gz
* 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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/as.c b/gas/as.c
index 10e20e3995..16711b1f81 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -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);