mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
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:
parent
75639312f0
commit
215086ace8
@ -1694,7 +1694,7 @@ struct ofmt of_bin = {
|
||||
};
|
||||
|
||||
struct ofmt of_ith = {
|
||||
"Intel Hex",
|
||||
"Intel hex",
|
||||
"ith",
|
||||
OFMT_TEXT,
|
||||
null_debug_arr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user