From a5d94ec6540aa61b1d3689dfc4994436e9955b90 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Wed, 20 May 2026 07:08:07 +0100 Subject: [PATCH] Update help information --- lib.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib.c b/lib.c index 71506f1..6f22578 100755 --- a/lib.c +++ b/lib.c @@ -114,10 +114,13 @@ static void print_usage (void) { fprintf (stderr, " .\n"); fprintf (stderr, " Currently only C89 and C90 are\n"); fprintf (stderr, " supported.\n"); - fprintf (stderr, " -mlong64 Convert long to 64-bit.\n"); fprintf (stderr, " -masm= Output compatible syntax.\n"); fprintf (stderr, " Defaults to MASM but also supports\n"); fprintf (stderr, " GNU AT&T, GNU INTEL and NASM.\n"); + fprintf (stderr, "\n"); + fprintf (stderr, " -fno-leading-underscore Don't prefix symbols with an underscore.\n"); + fprintf (stderr, " -mlong64 Convert long to 64-bit.\n"); + fprintf (stderr, "\n"); fprintf (stderr, " -P Don't print linemarkers.\n"); fprintf (stderr, " -o OBJFILE Name the object-file output OBJFILE.\n"); -- 2.34.1