Add -l for compatibility with wrc, and rc. Use the short option as a key for

long options that have a synonymous short option.
This commit is contained in:
Nick Clifton
2003-04-05 08:21:47 +00:00
parent 7df05f2b91
commit 3077f5d8b2
3 changed files with 27 additions and 22 deletions

View File

@ -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}.