summaryrefslogtreecommitdiff
path: root/ndisasm.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 20:57:59 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 20:57:59 +0000
commitef7468f4ec05f23e8d866493593d7c1f07df5e03 (patch)
treece3d68c654cf05d24ff2c0a6b3b4fcccca13719b /ndisasm.c
parent620515ab4e66b45f9440cf04a1fa61869275170f (diff)
downloadnasm-ef7468f4ec05f23e8d866493593d7c1f07df5e03.tar.gz
NASM 0.98p7nasm-0.98p7
Diffstat (limited to 'ndisasm.c')
-rw-r--r--ndisasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndisasm.c b/ndisasm.c
index 79e3ad59..354ea3c4 100644
--- a/ndisasm.c
+++ b/ndisasm.c
@@ -30,7 +30,7 @@ static const char *help =
" -r displays the version number\n"
" -e skips <bytes> bytes of header\n"
" -k avoids disassembling <bytes> bytes from position <start>\n"
-" -p selects the preferred vendor instruction set (intel, amd, cyrix)\n";
+" -p selects the preferred vendor instruction set (intel, amd, cyrix, idt)\n";
static void output_ins (unsigned long, unsigned char *, int, char *);
static void skip (unsigned long dist, FILE *fp);