feat!: prepare -> scaffold

This commit is contained in:
2022-12-08 21:33:15 +01:00
parent 000001602c
commit 000001703d
5 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ fn main() {
let day = match aoc::parse_args() {
Ok(day) => day,
Err(_) => {
eprintln!("Need to specify a day (as integer). example: `cargo prepare 7`");
eprintln!("Need to specify a day (as integer). example: `cargo scaffold 7`");
process::exit(1);
}
};