This commit is contained in:
Michele Balistreri 2020-05-14 13:49:52 +03:00
parent c6c3edff8b
commit e28d13e846
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module.exports = class Account {
async init(argv) {
if (argv["account"]) {
if (!argv["passfile"]) {
console.error("the ---passfile option must be specified when using the --account option");
console.error("the --passfile option must be specified when using the --account option");
process.exit(1);
}