Quick change to the help text for InitCommand

main
Justin Rainbow 13 years ago
parent 34bbfb70d2
commit 10ca974f33

@ -40,11 +40,10 @@ class InitCommand extends Command
new InputOption('homepage', null, InputOption::VALUE_NONE, 'Homepage of package'), new InputOption('homepage', null, InputOption::VALUE_NONE, 'Homepage of package'),
)) ))
->setHelp(<<<EOT ->setHelp(<<<EOT
The <info>install</info> command reads the composer.json file from the The <info>init</info> command creates a basic composer.json file
current directory, processes it, and downloads and installs all the in the current directory.
libraries and dependencies outlined in that file.
<info>php composer.phar install</info> <info>php composer.phar init</info>
EOT EOT
) )

Loading…
Cancel
Save