summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/options.c b/src/options.c
index 198f01b..b5018d3 100644
--- a/src/options.c
+++ b/src/options.c
@@ -19,16 +19,16 @@ static void printUsage(char *progname)
// " --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"
+// "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");