From f17a05bfb7ca0ff010fef9654264eed7342298d2 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 13 Jul 2021 17:37:46 -0700 Subject: [PATCH] CLI: add plan9 -ofmt help text --- src/main.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.zig b/src/main.zig index 2b961bb64c..3b62bba410 100644 --- 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