summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-07-06 23:37:00 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-07-06 23:37:00 -0700
commit215086ace8584a777a0861edb08326e774b10c4b (patch)
treea64fcb44e74bd8c872a4b7fdca2b518e2debb768
parent75639312f0d134b0fd67388936db53a5f071467f (diff)
downloadnasm-215086ace8584a777a0861edb08326e774b10c4b.tar.gz
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>
-rw-r--r--output/outbin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outbin.c b/output/outbin.c
index e0448025..8942acfd 100644
--- a/output/outbin.c
+++ b/output/outbin.c
@@ -1694,7 +1694,7 @@ struct ofmt of_bin = {
};
struct ofmt of_ith = {
- "Intel Hex",
+ "Intel hex",
"ith",
OFMT_TEXT,
null_debug_arr,