···240240 console.log(
241241 `You can edit this file to customize your VM settings and then start the VM with:`,
242242 );
243243- console.log(` ${chalk.greenBright(`freebsd-up`)}`);
243243+ console.log(` ${chalk.greenBright(`openbsd-up`)}`);
244244 })
245245 .parse(Deno.args);
246246}