mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Fixed documentation of Cli.js
This commit is contained in:
parent
5bf5d1e720
commit
c7cb2e663c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue