1
0
forked from rosa/hakurei

cmd/mbf: correctly describe --with-toolchain

The behaviour of this was changed to include the stage2 toolchain instead, but the help text was never updated.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-25 15:41:28 +09:00
parent 50403e9d60
commit d2b635eb55

View File

@@ -642,7 +642,7 @@ func main() {
Flag( Flag(
&flagWithToolchain, &flagWithToolchain,
"with-toolchain", command.BoolFlag(false), "with-toolchain", command.BoolFlag(false),
"Include the stage3 LLVM toolchain", "Include the stage2 LLVM toolchain",
) )
} }