浏览代码

update init type question

Evan Mattson 10 年之前
父节点
当前提交
ec9eb2b799
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);