summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2005-01-14 22:56:01 +0000
committerH. Peter Anvin <hpa@zytor.com>2005-01-14 22:56:01 +0000
commit9d5a64f00fcb6f91cab927edfd5523ac50cb33e0 (patch)
treef3f0ed55952e8d3c3d10de2a3c5e943bceeb4074
parentfd493aefe6a7f9cfe48623fb946c25b46785ecd7 (diff)
downloadnasm-9d5a64f00fcb6f91cab927edfd5523ac50cb33e0.tar.gz
Consistent capitalization
-rw-r--r--nasm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nasm.c b/nasm.c
index 07fe30a6..83eededd 100644
--- a/nasm.c
+++ b/nasm.c
@@ -467,8 +467,8 @@ static int process_arg (char *p, char *q)
" [options...] [--] filename\n"
" or nasm -r for version info (obsolete)\n"
" or nasm -v for version info (preferred)\n\n"
- " -t Assemble in SciTech TASM compatible mode\n"
- " -g Generate debug information in selected format.\n");
+ " -t assemble in SciTech TASM compatible mode\n"
+ " -g generate debug information in selected format.\n");
printf(" -e preprocess only (writes output to stdout by default)\n"
" -a don't preprocess (assemble only)\n"
" -M generate Makefile dependencies on stdout\n\n"