Skip to content

Commit

Permalink
Making the cake --help shortcut pass along the other options.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 27, 2010
1 parent 558bd7e commit efac10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/shell_dispatcher.php
Expand Up @@ -311,7 +311,7 @@ public function shiftArgs() {
*
*/
public function help() {
$this->args = array('command_list');
$this->args = array_merge(array('command_list'), $this->args);
$this->dispatch();
}

Expand Down

0 comments on commit efac10d

Please sign in to comment.