From c7cb2e663c22cad6db36a0528c0c0516469e894e Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sun, 29 Oct 2023 08:55:54 +0100 Subject: [PATCH] Fixed documentation of Cli.js --- src/node/utils/Cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/utils/Cli.js b/src/node/utils/Cli.js index a5cdee83a..1579dd3ce 100644 --- a/src/node/utils/Cli.js +++ b/src/node/utils/Cli.js @@ -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; }