A simple, zero-configuration script to quickly boot FreeBSD ISO images using QEMU

Update usage message for clarity in main.ts

+1 -1
+1 -1
main.ts
··· 36 36 if (Deno.args.length !== 1) { 37 37 console.error( 38 38 chalk.greenBright( 39 - "Usage: deno run --allow-run --allow-read --allow-env main.ts <path-to-iso>", 39 + "Usage: freebsd-up <path-to-iso>", 40 40 ), 41 41 ); 42 42 Deno.exit(1);