help
parent
537ece3f89
commit
3318c73ad9
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue