aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-25 15:41:28 +0900
committerOphestra <cat@gensokyo.uk>2026-03-25 15:41:28 +0900
commitd2b635eb555d9c208028ea862604591c0973f268 (patch)
treee4c99af0b7cdb46a871a9dfd6fdfa2ecfe1c6f44 /cmd
parent50403e9d60a69640107d20525379d4714da2f739 (diff)
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>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index ce2f77b5..70a7f19e 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -642,7 +642,7 @@ func main() {
Flag(
&flagWithToolchain,
"with-toolchain", command.BoolFlag(false),
- "Include the stage3 LLVM toolchain",
+ "Include the stage2 LLVM toolchain",
)
}