From 6d2f0b9cbdac853b083069cfd3e044a430a96fed Mon Sep 17 00:00:00 2001 From: fuyahong Date: Mon, 30 Jan 2023 16:53:44 +0800 Subject: [PATCH] Struct textargs undeifned suffix,But help message provides --suffix --- asm/nasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asm/nasm.c b/asm/nasm.c index 76c70f6d..0191c538 100644 --- a/asm/nasm.c +++ b/asm/nasm.c @@ -2287,8 +2287,8 @@ static void help(FILE *out) "\n" " --prefix str prepend the given string to the names of all extern,\n" " common and global symbols (also --gprefix)\n" - " --suffix str append the given string to the names of all extern,\n" - " common and global symbols (also --gprefix)\n" + " --postfix str append the given string to the names of all extern,\n" + " common and global symbols (also --gpostfix)\n" " --lprefix str prepend the given string to local symbols\n" " --lpostfix str append the given string to local symbols\n" "\n"