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 )