mirror of https://github.com/espruino/BangleApps
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');
|
||||
process.exit(0);
|
||||
default:
|
||||
die("Unknown parameter: "+param);
|
||||
die("Unknown parameter: "+param+", use --help for options");
|
||||
}
|
||||
}
|
||||
if((hadTURL !== false || hadDEEPL !== false) && hadTURL !== hadDEEPL)
|
||||
|
|
Loading…
Reference in New Issue