authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-07-13 17:37:46-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-07-20 12:19:16-07:00
logf17a05bfb7ca0ff010fef9654264eed7342298d2
treede5ef73343c7f943f38be84dee7bd160ddab6f80
parent91b1896184cc89e21d12dd246ce7d658b6d3f365

CLI: add plan9 -ofmt help text


1 files changed, 1 insertions(+), 0 deletions(-)

src/main.zig+1
...@@ -365,6 +365,7 @@ const usage_build_generic =...@@ -365,6 +365,7 @@ const usage_build_generic =
365 \\ coff Common Object File Format (Windows)365 \\ coff Common Object File Format (Windows)
366 \\ macho macOS relocatables366 \\ macho macOS relocatables
367 \\ spirv Standard, Portable Intermediate Representation V (SPIR-V)367 \\ spirv Standard, Portable Intermediate Representation V (SPIR-V)
368 \\ plan9 Plan 9 from Bell Labs object format
368 \\ hex (planned) Intel IHEX369 \\ hex (planned) Intel IHEX
369 \\ raw (planned) Dump machine code directly370 \\ raw (planned) Dump machine code directly
370 \\ -dirafter [dir] Add directory to AFTER include search path371 \\ -dirafter [dir] Add directory to AFTER include search path