Explorar o código

update init type question

Evan Mattson %!s(int64=10) %!d(string=hai) anos
pai
achega
ec9eb2b799
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);