From 147a852806a5c20680d8be4ec63bea9f972feee6 Mon Sep 17 00:00:00 2001 From: Silver Date: Mon, 28 Jul 2025 16:33:23 +0100 Subject: [PATCH] Update `zig init` help with new `-m` arg This was forgotten in #24555 --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index a0a40ae093..68fbd5b0a8 100644 --- a/src/main.zig +++ b/src/main.zig @@ -4639,7 +4639,7 @@ const usage_init = \\ directory. \\ \\Options: - \\ -s, --strip Generate files without comments + \\ -m, --minimal Use minimal init template \\ -h, --help Print this help and exit \\ \\