aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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",
)
}