summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/options.c b/src/options.c
index 928d080..198f01b 100644
--- a/src/options.c
+++ b/src/options.c
@@ -14,11 +14,11 @@ 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"
+// "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"