Fix plugins.remove text

This commit is contained in:
soulgalore 2019-08-29 07:29:01 +02:00
parent fe5ff0133e
commit b94a3a80e2
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ module.exports.parseCommandLine = function parseCommandLine() {
})
.option('plugins.remove', {
describe:
'Extra plugins that you want to run. Relative or absolute path to the plugin. ' +
'Default plugins that you not want to run. ' +
'Specify multiple plugin names separated by comma, or repeat the --plugins.remove option',
group: 'Plugins'
})