Skip to content

Commit 56f8479

Browse files
generate-copyright: Fix typo
1 parent 204e3ea commit 56f8479

File tree

1 file changed

+1
-1
lines changed
  • src/tools/generate-copyright/src

1 file changed

+1
-1
lines changed

src/tools/generate-copyright/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static BOTTOM_BOILERPLATE: &str = r#"
3737
///
3838
/// You should probably let `bootstrap` execute this program instead of running it directly.
3939
///
40-
/// Run `x.py run generate-metadata`
40+
/// Run `x.py run generate-copyright`
4141
fn main() -> Result<(), Error> {
4242
let dest_file = env_path("DEST")?;
4343
let out_dir = env_path("OUT_DIR")?;

0 commit comments

Comments
 (0)