Kaynağa Gözat

Tweak help/description

Jordi Boggiano 7 yıl önce
ebeveyn
işleme
6bb3ab1868

+ 4 - 1
src/Composer/Command/CheckPlatformReqsCommand.php

@@ -16,9 +16,12 @@ class CheckPlatformReqsCommand extends BaseCommand
     protected function configure()
     {
         $this->setName('check-platform-reqs')
-            ->setDescription('Check platform requirements of your project.')
+            ->setDescription('Check that platform requirements are satisfied.')
             ->setHelp(<<<EOT
+Checks that your PHP and extensions versions match the platform requirements of the installed packages.
+
 <info>php composer.phar check-platform-reqs</info>
+
 EOT
             );
     }