From 10ca974f33f662a4fecd55f4ed3d84889797e84a Mon Sep 17 00:00:00 2001 From: Justin Rainbow Date: Tue, 3 Jan 2012 18:03:09 -0700 Subject: [PATCH] Quick change to the help text for InitCommand --- src/Composer/Command/InitCommand.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Composer/Command/InitCommand.php b/src/Composer/Command/InitCommand.php index 758778b6b..aedfd1241 100644 --- a/src/Composer/Command/InitCommand.php +++ b/src/Composer/Command/InitCommand.php @@ -40,11 +40,10 @@ class InitCommand extends Command new InputOption('homepage', null, InputOption::VALUE_NONE, 'Homepage of package'), )) ->setHelp(<<install command reads the composer.json file from the -current directory, processes it, and downloads and installs all the -libraries and dependencies outlined in that file. +The init command creates a basic composer.json file +in the current directory. -php composer.phar install +php composer.phar init EOT )