zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit f17a05bfb7ca0ff010fef9654264eed7342298d2 (tree)
parent 91b1896184cc89e21d12dd246ce7d658b6d3f365
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Tue, 13 Jul 2021 17:37:46 -0700

CLI: add plan9 -ofmt help text

Diffstat:
Msrc/main.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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