diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2003-04-01 23:09:29 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2003-04-01 23:09:29 +0000 |
commit | 3126d709ed5e83594442a550b66e1488e7657b0e (patch) | |
tree | 17f3a90a1a2d46b94ac4b0180a98bddff67bb2ce /binutils/doc | |
parent | 270cb5d6bde5771e46c8bca0c9837ccbd85bef34 (diff) | |
download | gdb-3126d709ed5e83594442a550b66e1488e7657b0e.zip gdb-3126d709ed5e83594442a550b66e1488e7657b0e.tar.gz gdb-3126d709ed5e83594442a550b66e1488e7657b0e.tar.bz2 |
* windres.c (usage): Report -r option.
(main): Ignore the -r option.
* doc/binutils.texi: Add -r to the list of options.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 4afcb6d4..8807eb0 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2614,6 +2614,9 @@ files named in the @code{rc} file. Specify a @option{-D} option to pass to the preprocessor when reading an @code{rc} file. +@item -r +Ignored for compatibility with rc. + @item -v Enable verbose mode. This tells you what the preprocessor is if you didn't specify one. |