doc: Remove --allow-64-bit leftover from help text.

Removes help text left behind when --allow-64-bit was turned into
default behavior + warning.

Signed-off-by: Knut St. Osmundsen <bird-nasm@anduin.net>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
Knut St. Osmundsen 2016-02-24 14:14:22 +01:00 committed by H. Peter Anvin
parent b170a0aad5
commit 136c4bc73b

3
nasm.c
View file

@ -805,9 +805,6 @@ static bool process_arg(char *p, char *q)
"--prefix,--postfix\n"
" this options prepend or append the given argument to all\n"
" extern and global variables\n"
"--allow-64-bit\n"
" do not restrict 64-bit code to 64-bit capable output\n"
" formats (use with care, no complaining)\n\n"
"Warnings:\n");
for (i = 0; i <= ERR_WARN_MAX; i++)
printf(" %-23s %s (default %s)\n",