Quellcode durchsuchen

public-api: fix argument comment

Tamir Duberstein vor 3 Tagen
Ursprung
Commit
5b8c4ed630
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>,
 }