diff --git a/src/Command/EnumCommand.php b/src/Command/EnumCommand.php index fde837e6..8385da49 100644 --- a/src/Command/EnumCommand.php +++ b/src/Command/EnumCommand.php @@ -82,9 +82,9 @@ public function buildOptionParser(ConsoleOptionParser $parser): ConsoleOptionPar $parser = $this->_setCommonOptions($parser); $parser->setDescription( - 'Bake enums for use in models.' + 'Bake backed enums for use in models.' )->addOption('backing-type', [ - 'help' => 'The return type for the enum class', + 'help' => 'The return type for the backed enum class', 'default' => 'string', 'choices' => ['string', 'int'], 'short' => 'b',