Fixed documentation of Cli.js

This commit is contained in:
SamTV12345 2023-10-29 08:55:54 +01:00
parent 5bf5d1e720
commit c7cb2e663c

View file

@ -45,7 +45,7 @@ for (let i = 0; i < argv.length; i++) {
exports.argv.sessionkey = arg; exports.argv.sessionkey = arg;
} }
// Override location of settings.json file // Override location of APIKEY.txt file
if (prevArg === '--apikey') { if (prevArg === '--apikey') {
exports.argv.apikey = arg; exports.argv.apikey = arg;
} }