* windres.c (usage): Fix typo.
This commit is contained in:
parent
71f221746a
commit
32a5c94a56
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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, _("\
|
||||
|
|
Loading…
Reference in a new issue