Added -o to help information
authorRobert Pengelly <robertapengelly@hotmail.com>
Thu, 21 May 2026 21:47:07 +0000 (22:47 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Thu, 21 May 2026 21:47:07 +0000 (22:47 +0100)
lib.c

diff --git a/lib.c b/lib.c
index 9e670ff0c883b0aff5bc42b64e0f092e9dfff823..4d26833d7acf731d2b9b8be8f350d8126009685f 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -94,6 +94,10 @@ static void print_usage (void) {
         fprintf (stderr, "                                          Supported emualtions are:\n");
         fprintf (stderr, "                                              i386aout, i386coff, i386elks, i386pe\n");
         fprintf (stderr, "                                              ia16_elks, ia16_mz, macho\n");
+        fprintf (stderr, "    -o OBJFILE                        Name the object-file output OBJFILE (default a.out).\n");
+        
+        fprintf (stderr, "\n");
+        
         fprintf (stderr, "    -q, --emit-relocs                 Generate relocations in final output.\n");
         fprintf (stderr, "    -s, --strip-all                   Ignored.\n");