diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-07-06 23:37:00 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-06 23:37:00 -0700 |
commit | 215086ace8584a777a0861edb08326e774b10c4b (patch) | |
tree | a64fcb44e74bd8c872a4b7fdca2b518e2debb768 /output/outbin.c | |
parent | 75639312f0d134b0fd67388936db53a5f071467f (diff) | |
download | nasm-215086ace8584a777a0861edb08326e774b10c4b.tar.gz nasm-215086ace8584a777a0861edb08326e774b10c4b.tar.bz2 nasm-215086ace8584a777a0861edb08326e774b10c4b.zip |
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>
Diffstat (limited to 'output/outbin.c')
-rw-r--r-- | output/outbin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outbin.c b/output/outbin.c index e044802..8942acf 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, |