diff --git a/src/Console/SearchableModelMakeCommand.php b/src/Console/SearchableModelMakeCommand.php index eeb26e1..2cb4f93 100644 --- a/src/Console/SearchableModelMakeCommand.php +++ b/src/Console/SearchableModelMakeCommand.php @@ -36,14 +36,14 @@ protected function getOptions() 'index-configurator', 'i', InputOption::VALUE_REQUIRED, - 'Specify the index configurator for the model. It\'ll be created if doesn\'t exist.', + "Specify the index configurator for the model. It'll be created if doesn't exist.", ]; $options[] = [ 'search-rule', - 's', + 'sr', InputOption::VALUE_REQUIRED, - 'Specify the search rule for the model. It\'ll be created if doesn\'t exist.', + "Specify the search rule for the model. It'll be created if doesn't exist.", ]; return $options;