outbin: be consistent in spelling "Intel hex" with those caps

The documentation uses "Intel hex", with that capitalization (Intel
being a proper noun, hex being descriptive) so make the help message
match.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2009-07-06 23:37:00 -07:00
parent 75639312f0
commit 215086ace8

View File

@ -1694,7 +1694,7 @@ struct ofmt of_bin = {
};
struct ofmt of_ith = {
"Intel Hex",
"Intel hex",
"ith",
OFMT_TEXT,
null_debug_arr,