diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-05 08:21:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-05 08:21:47 +0000 |
commit | 3077f5d8b218d57c50f76de71bd274d09a2f945a (patch) | |
tree | 4186761e0db9c7eb94018081dcf680accf8d3980 /binutils/doc | |
parent | 7df05f2b91d56bb6305625b73f0180187f4d66ff (diff) | |
download | gdb-3077f5d8b218d57c50f76de71bd274d09a2f945a.zip gdb-3077f5d8b218d57c50f76de71bd274d09a2f945a.tar.gz gdb-3077f5d8b218d57c50f76de71bd274d09a2f945a.tar.bz2 |
Add -l for compatibility with wrc, and rc. Use the short option as a key for
long options that have a synonymous short option.
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 91277a0..5f146b5 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2626,6 +2626,7 @@ Ignored for compatibility with rc. Enable verbose mode. This tells you what the preprocessor is if you didn't specify one. +@item -l @var{val} @item --language @var{val} Specify the default language to use when reading an @code{rc} file. @var{val} should be a hexadecimal language code. The low eight bits are @@ -2642,9 +2643,11 @@ go the console). Use popen, not a temporary file, to read the output of the preprocessor. This is the default behaviour. +@item -h @item --help Prints a usage summary. +@item -V @item --version Prints the version number for @command{windres}. |