diff options
author | Nick Clifton <nickc@redhat.com> | 2004-10-18 14:04:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-10-18 14:04:40 +0000 |
commit | d412a550d48f8b0ede6a5876b945d9de0da3d4ca (patch) | |
tree | 2c8bea505b3cb2df3bfff47075b9ecc72053f736 /binutils/windres.c | |
parent | fb608b9209153d626a033fb35466c4f762bb0f57 (diff) | |
download | gdb-d412a550d48f8b0ede6a5876b945d9de0da3d4ca.zip gdb-d412a550d48f8b0ede6a5876b945d9de0da3d4ca.tar.gz gdb-d412a550d48f8b0ede6a5876b945d9de0da3d4ca.tar.bz2 |
strings.c (usage): Place radix values for -t option into the correct order.
objcopy.c (add_redefine_syms_file): Change error messages to use
<filename>:<linenumber>: format for easier parsing by automatic tools.
srconv.c (show_usage): Fix spelling typo.
windres.c (format_from_filename): Suggest the use of -J instead of -I if the
file type cannot be determined.
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 1d23f10..5b7fdf1 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -620,7 +620,7 @@ format_from_filename (const char *filename, int input) return RES_FORMAT_RC; /* Otherwise, we give up. */ - fatal (_("can not determine type of file `%s'; use the -I option"), + fatal (_("can not determine type of file `%s'; use the -J option"), filename); /* Return something to silence the compiler warning. */ |