Browse Source

update init type question

Evan Mattson 10 years ago
parent
commit
ec9eb2b799
1 changed files with 1 additions and 1 deletions
  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 = $input->getOption('type') ?: false;
         $type = $dialog->ask(
         $type = $dialog->ask(
             $output,
             $output,
-            $dialog->getQuestion('Type', $type),
+            $dialog->getQuestion('Package Type', $type),
             $type
             $type
         );
         );
         $input->setOption('type', $type);
         $input->setOption('type', $type);