Browse Source

Add missing -p plugin short key

mscherer 6 years ago
parent
commit
c8044f8be7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Shell/Task/ExtractTask.php

+ 2 - 1
src/Shell/Task/ExtractTask.php

@@ -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,