diff --git a/nasm.c b/nasm.c index dbc7ee7b..66aa0bb9 100644 --- a/nasm.c +++ b/nasm.c @@ -778,7 +778,10 @@ static bool process_arg(char *p, char *q) " -F format select a debugging format\n\n" " -I adds a pathname to the include file path\n"); printf - (" -O optimize branch offsets (-O0 disables, default)\n" + (" -O optimize branch offsets\n" + " -O0: No optimisation (default)\n" + " -O1: Minimal optimization\n" + " -Ox: Multipass optimization (recommended)\n\n" " -P pre-includes a file\n" " -D[=] pre-defines a macro\n" " -U undefines a macro\n"