瀏覽代碼

public-api: fix argument comment

Tamir Duberstein 3 天之前
父節點
當前提交
5b8c4ed630
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      xtask/src/public_api.rs

+ 1 - 1
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<String>,
 }