Skip to content

Commit

Permalink
Change command name
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterHolvoet committed Dec 15, 2021
1 parent 3a2c73d commit 15309ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Drupal/Commands/core/BaseFieldOverrideCreateCommands.php
Expand Up @@ -36,7 +36,7 @@ public function __construct(
/**
* Create a new base field override
*
* @command base-field-override:create
* @command base-field:override-create
* @aliases base-field-override-create,bfoc
*
* @param string $entityType
Expand All @@ -56,11 +56,11 @@ public function __construct(
* @option show-machine-names
* Show machine names instead of labels in option lists.
*
* @usage drush base-field-override:create
* @usage drush base-field:override-create
* Create a base field override by answering the prompts.
* @usage drush base-field-override:create taxonomy_term tag
* @usage drush base-field:override-create taxonomy_term tag
* Create a base field override and fill in the remaining information through prompts.
* @usage drush base-field-override:create taxonomy_term tag --field-name=name --field-label=Label --is-required=1
* @usage drush base-field:override-create taxonomy_term tag --field-name=name --field-label=Label --is-required=1
* Create a base field override in a completely non-interactive way.
*
* @see \Drupal\field_ui\Form\FieldConfigEditForm
Expand Down
2 changes: 1 addition & 1 deletion src/Drupal/Commands/core/drush.services.yml
Expand Up @@ -42,7 +42,7 @@ services:
- '@entity_type.bundle.info'
tags:
- { name: drush.command }
base-field-override.create.commands:
base-field.override-create.commands:
class: \Drush\Drupal\Commands\core\BaseFieldOverrideCreateCommands
arguments:
- '@entity_type.manager'
Expand Down

0 comments on commit 15309ed

Please sign in to comment.