Explorar el Código

public-api: fix argument comment

Tamir Duberstein hace 3 días
padre
commit
5b8c4ed630
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>,
 }