Skip to content

Commit

Permalink
Fixed documentation of Cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Oct 29, 2023
1 parent 5bf5d1e commit c7cb2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/utils/Cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c7cb2e6

Please sign in to comment.