Skip to content

Commit

Permalink
Update help text on controller task.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 21, 2014
1 parent e26279a commit 891e3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/Task/ControllerTask.php
Expand Up @@ -314,7 +314,7 @@ public function getOptionParser() {
'help' => __d('cake_console', 'Do not generate a test skeleton.')
])->addOption('no-actions', [
'boolean' => true,
'help' => __d('cake_console', 'Do not generate skeleton actions methods.')
'help' => __d('cake_console', 'Do not generate basic CRUD action methods.')
])->addOption('force', [
'short' => 'f',
'help' => __d('cake_console', 'Force overwriting existing files without prompting.')
Expand Down

0 comments on commit 891e3fb

Please sign in to comment.