Skip to content

Commit d1da054

Browse files
committed
Fixes #15
1 parent 7fb1fd3 commit d1da054

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

drush_cmi_tools.drush.inc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ function drush_cmi_tools_drush_command() {
2323
'aliases' => ['cexy'],
2424
'options' => [
2525
'destination' => 'An arbitrary directory that should receive the exported files. An alternative to label argument.',
26-
'skip-modules' => 'A list of modules to ignore during export (e.g. to avoid listing dev-only modules in exported configuration).',
2726
'ignore-list' => [
2827
'description' => 'Path to YAML file containing config to ignore from exports',
2928
],
@@ -49,11 +48,10 @@ function drush_cmi_tools_drush_command() {
4948
'install' => [
5049
'description' => 'Directory that holds the files to import once only.'
5150
],
52-
'skip-modules' => 'A list of modules to ignore during import (e.g. to avoid disabling dev-only modules that are not enabled in the imported configuration).',
5351
],
5452
'core' => ['8+'],
5553
'examples' => [
56-
'drush config-import-plus --skip-modules=devel --delete-list=./config-delete.yml --install=/some/install/folder --source=/some/export/folder' => 'Import configuration; do not enable or disable the devel module, regardless of whether or not it appears in the imported list of enabled modules.',
54+
'drush config-import-plus --delete-list=./config-delete.yml --install=/some/install/folder --source=/some/export/folder' => 'Import configuration; do not enable or disable the devel module, regardless of whether or not it appears in the imported list of enabled modules.',
5755
],
5856
'aliases' => ['cimy'],
5957
];

0 commit comments

Comments
 (0)