From deb082d63384de5810e7dfe2b7e63e67c3e2cce1 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 20 Apr 2013 20:37:17 +0400 Subject: BR3392248: Update nasm -h output Signed-off-by: Cyrill Gorcunov --- nasm.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nasm.c') diff --git a/nasm.c b/nasm.c index 4896d70c..126f2712 100644 --- a/nasm.c +++ b/nasm.c @@ -784,6 +784,9 @@ static bool process_arg(char *p, char *q) " -Z redirect error messages to file\n" " -s redirect error messages to stdout\n\n" " -F format select a debugging format\n\n" + " -o outfile write output to an outfile\n\n" + " -f format select an output format\n\n" + " -l listfile write listing to a listfile\n\n" " -I adds a pathname to the include file path\n"); printf (" -O optimize branch offsets\n" @@ -796,6 +799,7 @@ static bool process_arg(char *p, char *q) " -X specifies error reporting format (gnu or vc)\n" " -w+foo enables warning foo (equiv. -Wfoo)\n" " -w-foo disable warning foo (equiv. -Wno-foo)\n\n" + " -h show invocation summary and exit\n\n" "--prefix,--postfix\n" " this options prepend or append the given argument to all\n" " extern and global variables\n\n" -- cgit v1.2.1