|
|
@@ -361,7 +361,8 @@ class ExtractTask extends Shell
|
|
|
'default' => true,
|
|
|
'help' => 'Ignores all files in plugins if this command is run inside from the same app directory.'
|
|
|
])->addOption('plugin', [
|
|
|
- 'help' => 'Extracts tokens only from the plugin specified and puts the result in the plugin\'s Locale directory.'
|
|
|
+ 'help' => 'Extracts tokens only from the plugin specified and puts the result in the plugin\'s Locale directory.',
|
|
|
+ 'short' => 'p',
|
|
|
])->addOption('ignore-model-validation', [
|
|
|
'boolean' => true,
|
|
|
'default' => false,
|