Fix plugins.remove text
This commit is contained in:
parent
fe5ff0133e
commit
b94a3a80e2
|
|
@ -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'
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue