Redesign data structures, make basic reladd work.
[centaur.git] / src / options.c
index 928d080d60703aeb4ce9461010d5b1976dc0dde3..b5018d3dec2a9259d9722ae69bedb2046ddbcf1b 100644 (file)
@@ -14,21 +14,21 @@ static void printUsage(char *progname)
           "  -h, --help                     Print this help message\n"
           "  -o, --output                   Where to write the modified ELF file to\n"
           "\n"
-          "ELF dump:\n"
-          "      --print-header             Print ELF header\n"
-          "      --print-segments           Print program headers\n"
-          "      --print-sections           Print sections\n"
-          "\n"
-          "Space insertion:\n"
-          "    off: File offset, not within any structure (headers or sections).\n"
-          "    sz:  A multiple of the maximum alignment of all PHDRs.\n"
-          "\n"
-          "      --expand-nobits off        Expand virtual areas (NOBITS sections and similar PHDRs).\n"
-          "      --insert-before off,sz     Insert spacing at given offset,\n"
-          "                                 mapping everything before it to lower mem addresses.\n"
-          "      --insert-after  off,sz     Insert spacing at given offset,\n"
-          "                                 mapping everything after it to higher mem addresses.\n"
-          "\n"
+//          "ELF dump:\n"
+//          "      --print-header             Print ELF header\n"
+//          "      --print-segments           Print program headers\n"
+//          "      --print-sections           Print sections\n"
+//          "\n"
+//          "Space insertion:\n"
+//          "    off: File offset, not within any structure (headers or sections).\n"
+//          "    sz:  A multiple of the maximum alignment of all PHDRs.\n"
+//          "\n"
+//          "      --expand-nobits off        Expand virtual areas (NOBITS sections and similar PHDRs).\n"
+//          "      --insert-before off,sz     Insert spacing at given offset,\n"
+//          "                                 mapping everything before it to lower mem addresses.\n"
+//          "      --insert-after  off,sz     Insert spacing at given offset,\n"
+//          "                                 mapping everything after it to higher mem addresses.\n"
+//          "\n"
           "High-level insertion:\n"
           "      --reladd        obj.o      Automatically insert object file contents\n"
           "\n");