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/srconv.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/srconv.c')
-rw-r--r-- | binutils/srconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/srconv.c b/binutils/srconv.c index 68ebc78..1517b1c 100644 --- a/binutils/srconv.c +++ b/binutils/srconv.c @@ -1856,7 +1856,7 @@ show_usage (FILE *file, int status) fprintf (file, _("Usage: %s [option(s)] in-file [out-file]\n"), program_name); fprintf (file, _("Convert a COFF object file into a SYSROFF object file\n")); fprintf (file, _(" The options are:\n\ - -q --quick (Obsolete - ignoerd)\n\ + -q --quick (Obsolete - ignored)\n\ -n --noprescan Do not perform a scan to convert commons into defs\n\ -d --debug Display information about what is being done\n\ -h --help Display this information\n\ |