authorgravatar for silver@squirl.devSilver <silver@squirl.dev> 2025-07-28 16:33:23+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-07-28 21:46:44+01:00
log147a852806a5c20680d8be4ec63bea9f972feee6
tree2c7848d8c4b57a1fbbc9780c00fcb92d900f8526
parentc334956a54c691ad7e76341193d2d46df18090ef

Update `zig init` help with new `-m` arg

This was forgotten in #24555

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

src/main.zig+1-1
...@@ -4639,7 +4639,7 @@ const usage_init =...@@ -4639,7 +4639,7 @@ const usage_init =
4639 \\ directory.4639 \\ directory.
4640 \\4640 \\
4641 \\Options:4641 \\Options:
4642 \\ -s, --strip Generate files without comments4642 \\ -m, --minimal Use minimal init template
4643 \\ -h, --help Print this help and exit4643 \\ -h, --help Print this help and exit
4644 \\4644 \\
4645 \\4645 \\