nasm.c -- update info on -O cmdline option
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 31 Jul 2009 06:26:55 +0000 (10:26 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Fri, 31 Jul 2009 06:26:55 +0000 (10:26 +0400)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
nasm.c

diff --git a/nasm.c b/nasm.c
index dbc7ee7bae0902e9f05adb097f445777cf3969f2..66aa0bb9e913b7b02d1379d925c4c7efa20511cc 100644 (file)
--- 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<path>    adds a pathname to the include file path\n");
             printf
-                ("    -O<digit>   optimize branch offsets (-O0 disables, default)\n"
+                ("    -O<digit>   optimize branch offsets\n"
+                 "                -O0: No optimisation (default)\n"
+                 "                -O1: Minimal optimization\n"
+                 "                -Ox: Multipass optimization (recommended)\n\n"
                  "    -P<file>    pre-includes a file\n"
                  "    -D<macro>[=<value>] pre-defines a macro\n"
                  "    -U<macro>   undefines a macro\n"