Update help information
authorRobert Pengelly <robertapengelly@hotmail.com>
Wed, 20 May 2026 06:08:07 +0000 (07:08 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Wed, 20 May 2026 06:08:07 +0000 (07:08 +0100)
lib.c

diff --git a/lib.c b/lib.c
index 71506f12af29e48b30a36f140d19bc2156568cca..6f22578cadb6bba416285fed599fb973085b8c7b 100755 (executable)
--- a/lib.c
+++ b/lib.c
@@ -114,10 +114,13 @@ static void print_usage (void) {
         fprintf (stderr, "                                      <standard>.\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=<syntax>                    Output <systax> 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");