We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2de6d commit c1a5830Copy full SHA for c1a5830
src/tools/generate-copyright/src/main.rs
@@ -37,7 +37,7 @@ static BOTTOM_BOILERPLATE: &str = r#"
37
///
38
/// You should probably let `bootstrap` execute this program instead of running it directly.
39
40
-/// Run `x.py run generate-metadata`
+/// Run `x.py run generate-copyright`
41
fn main() -> Result<(), Error> {
42
let dest_file = env_path("DEST")?;
43
let out_dir = env_path("OUT_DIR")?;
0 commit comments