Parcourir la source

update init type question

Evan Mattson il y a 10 ans
Parent
commit
ec9eb2b799
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Composer/Command/InitCommand.php

+ 1 - 1
src/Composer/Command/InitCommand.php

@@ -262,7 +262,7 @@ EOT
         $type = $input->getOption('type') ?: false;
         $type = $dialog->ask(
             $output,
-            $dialog->getQuestion('Type', $type),
+            $dialog->getQuestion('Package Type', $type),
             $type
         );
         $input->setOption('type', $type);