diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 1999-06-07 03:16:55 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 1999-06-07 03:16:55 +0000 |
commit | 32a5c94a565d71084ec0338e3877c4f93365bdf2 (patch) | |
tree | 1a313214734ebb73593c7b2d9ff71ad83ed49b41 /binutils/windres.c | |
parent | 71f221746a4c5c08fea839b7e343be77326ed58c (diff) | |
download | gdb-32a5c94a565d71084ec0338e3877c4f93365bdf2.zip gdb-32a5c94a565d71084ec0338e3877c4f93365bdf2.tar.gz gdb-32a5c94a565d71084ec0338e3877c4f93365bdf2.tar.bz2 |
* windres.c (usage): Fix typo.
Diffstat (limited to 'binutils/windres.c')
-rw-r--r-- | binutils/windres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/windres.c b/binutils/windres.c index 990db90..0ccd909 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -712,7 +712,7 @@ Options:\n\ --include-dir DIR Include directory when preprocessing rc file\n\ -DSYM[=VAL], --define SYM[=VAL]\n\ Define SYM when preprocessing rc file\n\ - -v Verbose - tells you what it's doing\n\n + -v Verbose - tells you what it's doing\n\ --language VAL Set language when reading rc file\n")); #ifdef YYDEBUG fprintf (stream, _("\ |