Fixed documentation of Cli.js

pull/5157/merge
SamTV12345 2023-10-29 08:55:54 +01:00
parent 5bf5d1e720
commit c7cb2e663c
1 changed files with 1 additions and 1 deletions

View File

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