aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-07-13 17:37:46 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-07-20 12:19:16 -0700
commitf17a05bfb7ca0ff010fef9654264eed7342298d2 (patch)
treede5ef73343c7f943f38be84dee7bd160ddab6f80 /src/main.zig
parent91b1896184cc89e21d12dd246ce7d658b6d3f365 (diff)
downloadzig-f17a05bfb7ca0ff010fef9654264eed7342298d2.tar.gz
zig-f17a05bfb7ca0ff010fef9654264eed7342298d2.zip
CLI: add plan9 -ofmt help text
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig1
1 files changed, 1 insertions, 0 deletions
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