From 5b8c4ed630aacbeef4c65b6ca22465b4abd1d328 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sun, 3 Aug 2025 09:56:08 -0400 Subject: [PATCH] public-api: fix argument comment --- xtask/src/public_api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/src/public_api.rs b/xtask/src/public_api.rs index b631b358..6d2b63b1 100644 --- a/xtask/src/public_api.rs +++ b/xtask/src/public_api.rs @@ -18,7 +18,7 @@ pub struct Options { #[clap(long)] pub bless: bool, - /// Bless new API changes. + /// Build for the target triple. #[clap(long)] pub target: Option, }