From ec9eb2b7993eddcaabef22ac1b85141dbc595734 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Tue, 24 Feb 2015 14:59:42 -0500 Subject: [PATCH] update init type question --- src/Composer/Command/InitCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/InitCommand.php b/src/Composer/Command/InitCommand.php index 84689c182..5dcfcc4a8 100644 --- a/src/Composer/Command/InitCommand.php +++ b/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);