diff --git a/system/CLI/CommandRunner.php b/system/CLI/CommandRunner.php index b1e6103ef1c2..9785944b4311 100644 --- a/system/CLI/CommandRunner.php +++ b/system/CLI/CommandRunner.php @@ -104,7 +104,7 @@ public function index(array $params) if (is_null($command)) { - $command = 'help'; + $command = 'list'; } return $this->runCommand($command, $params);