docs: update CLI usage message to show correct binary name

This commit is contained in:
Esa Kataja
2025-08-23 00:15:06 +03:00
parent 3c52014ce8
commit c68b887b60
+1 -1
View File
@@ -81,7 +81,7 @@ async function main() {
// Parse arguments // Parse arguments
const args = parseArgs(Deno.args); const args = parseArgs(Deno.args);
if (!args.i) { if (!args.i) {
console.log("Usage: deno run main.ts -i <video_file> -k <omdb_api_key>"); console.log("Usage: videnc -i <video_file> -k <omdb_api_key>");
Deno.exit(1); Deno.exit(1);
} }
if (!args.k) { if (!args.k) {