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", ) }