master
Gordon Williams 2023-02-20 13:24:28 +00:00
parent 537ece3f89
commit 3318c73ad9
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function handleCliParameters ()
console.log(' --turl URL In combination with --deepl, use URL as the API base URL'); console.log(' --turl URL In combination with --deepl, use URL as the API base URL');
process.exit(0); process.exit(0);
default: default:
die("Unknown parameter: "+param); die("Unknown parameter: "+param+", use --help for options");
} }
} }
if((hadTURL !== false || hadDEEPL !== false) && hadTURL !== hadDEEPL) if((hadTURL !== false || hadDEEPL !== false) && hadTURL !== hadDEEPL)