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 | |
parent | 71f221746a4c5c08fea839b7e343be77326ed58c (diff) | |
download | gdb-32a5c94a565d71084ec0338e3877c4f93365bdf2.zip gdb-32a5c94a565d71084ec0338e3877c4f93365bdf2.tar.gz gdb-32a5c94a565d71084ec0338e3877c4f93365bdf2.tar.bz2 |
* windres.c (usage): Fix typo.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/windres.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6d172af..e376385 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 7 12:14:57 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * windres.c (usage): Fix typo. + 1999-06-04 Nick Clifton <nickc@cygnus.com> * readelf.c: Use 64bit wide fields in internal strcutures even if 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, _("\ |