From 78742b3551436888f22423d48b251e8cd5e7f281 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Thu, 21 May 2026 22:47:07 +0100 Subject: [PATCH] Added -o to help information --- lib.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib.c b/lib.c index 9e670ff..4d26833 100644 --- 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"); -- 2.34.1