Add macho options to help information
authorRobert Pengelly <robertapengelly@hotmail.com>
Sat, 1 Nov 2025 22:30:14 +0000 (22:30 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sat, 1 Nov 2025 22:30:14 +0000 (22:30 +0000)
lib.c

diff --git a/lib.c b/lib.c
index 855cfed6c39dc9ea0ea231d3112fa66faec462e0..9d9c2dc2c4b9efd7ab9063f9336f609aa7d22120 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -109,8 +109,9 @@ static void print_usage (void) {
         fprintf (stderr, "    --help                            Print option help.\n");
         fprintf (stderr, "    --oformat FORMAT                  Specify the format of output file (default msdos).\n");
         fprintf (stderr, "                                          Supported formats are:\n");
-        fprintf (stderr, "                                              a.out-i386, elks-ia16, elks-i386, pe-i386\n");
-        fprintf (stderr, "                                              binary, msdos\n");
+        fprintf (stderr, "                                              a.out-i386, elks-ia16, elks-i386\n");
+        fprintf (stderr, "                                              macho-aarch64, macho-amd64\n");
+        fprintf (stderr, "                                              pe-i386, binary, msdos\n");
         fprintf (stderr, "    --image-base <address>            Set base address of the executable.\n");
         
         fprintf (stderr, "\n");