Update README

This commit is contained in:
dcodeIO
2018-05-08 14:37:51 +02:00
parent 27f0621ee9
commit 2a7f40953a
3 changed files with 56 additions and 33 deletions

View File

@ -374,7 +374,7 @@ exports.main = function main(argv, options, callback) {
}
// Enable additional features if specified
var features = args.feature;
var features = args.enable;
if (features != null) {
if (typeof features === "string") features = features.split(",");
for (let i = 0, k = features.length; i < k; ++i) {