Преглед изворни кода

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