Skip to content

Commit 25787b1

Browse files
committed
Fixed incorrect command in usage annotation.
1 parent b660a1f commit 25787b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/CodeBuilder/CodeBuilderCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function initDataLocationOption(InputInterface $input, AnnotationData $an
9595
* interactive prompt.
9696
* @usage drush cb:module my_module module
9797
* Build the basic module 'my_module'.
98-
* @usage drush cb:update my_module plugins
98+
* @usage drush cb:module my_module plugins
9999
* Add plugins to the module 'my_module'. If the module doesn't exist, it
100100
* will be created.
101101
* @bootstrap DRUSH_BOOTSTRAP_DRUPAL_FULL

src/Commands/CodeBuilderCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function initDataLocationOption(InputInterface $input, AnnotationData $an
9595
* interactive prompt.
9696
* @usage drush cb:module my_module module
9797
* Build the basic module 'my_module'.
98-
* @usage drush cb:update my_module plugins
98+
* @usage drush cb:module my_module plugins
9999
* Add plugins to the module 'my_module'. If the module doesn't exist, it
100100
* will be created.
101101
* @bootstrap DRUSH_BOOTSTRAP_DRUPAL_FULL

0 commit comments

Comments
 (0)