소스 검색

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