diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-23 09:00:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-23 09:00:22 +0000 |
commit | 32df89660fbc80c6a7278e0f10a92ec92352800c (patch) | |
tree | e6c82129f811b535fc971e42f6f691bee1249ee9 /binutils/doc | |
parent | 8c29f035d9fe007e6586a18e05b695a3de8e9aab (diff) | |
download | gdb-32df89660fbc80c6a7278e0f10a92ec92352800c.zip gdb-32df89660fbc80c6a7278e0f10a92ec92352800c.tar.gz gdb-32df89660fbc80c6a7278e0f10a92ec92352800c.tar.bz2 |
Accept -fo as an alias for -o
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 3de034a..b673169 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2567,7 +2567,8 @@ 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. +standard input. Note, for compatability with @command{rc} the option +@option{-fo} is also accepted, but its use is not recommended. @item -o @var{filename} @itemx --output @var{filename} |