diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-06-26 19:27:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-06-26 19:27:42 +0000 |
commit | 217947b23db936fdc814a757d51aa161be3040d0 (patch) | |
tree | 381412b6d994dfd0b1abb42797a8c8178a8da37b /binutils/windres.c | |
parent | a89c9be07564ef436afe34070cc506e7f7ced596 (diff) | |
download | gdb-217947b23db936fdc814a757d51aa161be3040d0.zip gdb-217947b23db936fdc814a757d51aa161be3040d0.tar.gz gdb-217947b23db936fdc814a757d51aa161be3040d0.tar.bz2 |
More tweaks. Add windres documentation.
Diffstat (limited to 'binutils/windres.c')
-rw-r--r-- | binutils/windres.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/binutils/windres.c b/binutils/windres.c index f12d32e..359026b 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -760,10 +760,12 @@ Options:\n\ --preprocessor PROGRAM Program to use to preprocess rc file\n\ --include-dir DIR Include directory when preprocessing rc file\n\ --define SYM[=VAL] Define SYM when preprocessing rc file\n\ - --language VAL Set language when reading rc file\n\ + --language VAL Set language when reading rc file\n"); #ifdef YYDEBUG - --yydebug Turn on parser debugging\n\ + fprintf (stream, "\ + --yydebug Turn on parser debugging\n"); #endif + fprintf (stream, "\ --help Print this help message\n\ --version Print version information\n"); fprintf (stream, "\ |