diff --git a/Console/AbstractConsole.php b/Console/AbstractConsole.php index bf125149..85f38e95 100644 --- a/Console/AbstractConsole.php +++ b/Console/AbstractConsole.php @@ -68,7 +68,7 @@ abstract class AbstractConsole extends Component $name = $this->parameters->getCommandName(); $this->parameters->set('commandList', $this->getCommandList()); - $help = 'help'; + $help = 'list'; foreach ($this->commands as $command) { if ($command->command == $help) { $help = $command;