diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-24 07:58:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-24 07:58:49 +0000 |
commit | edbedb7125408dec95077d1b99a008c602e9af4d (patch) | |
tree | 0a23ad3441eccd2b3c9431ce20b168745cf3ff58 /binutils/doc | |
parent | 267fb3c1cef03b0f00c9186f0de0ed3e9e5e1e00 (diff) | |
download | gdb-edbedb7125408dec95077d1b99a008c602e9af4d.zip gdb-edbedb7125408dec95077d1b99a008c602e9af4d.tar.gz gdb-edbedb7125408dec95077d1b99a008c602e9af4d.tar.bz2 |
Fix the documentation for the -fo option.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index b673169..f5f06e3 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2567,8 +2567,7 @@ The name of the input file. If this option is not used, then @command{windres} will use the first non-option argument as the input file name. If there are no non-option arguments, then @command{windres} will read from standard input. @command{windres} can not read a COFF file from -standard input. Note, for compatability with @command{rc} the option -@option{-fo} is also accepted, but its use is not recommended. +standard input. @item -o @var{filename} @itemx --output @var{filename} @@ -2576,7 +2575,9 @@ The name of the output file. If this option is not used, then @command{windres} will use the first non-option argument, after any used for the input file name, as the output file name. If there is no non-option argument, then @command{windres} will write to standard output. -@command{windres} can not write a COFF file to standard output. +@command{windres} can not write a COFF file to standard output. Note, +for compatability with @command{rc} the option @option{-fo} is also +accepted, but its use is not recommended. @item -J @var{format} @itemx --input-format @var{format} |