From 6bb3ab1868ff5b237609df7d16a041dcebbdfed0 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 1 Dec 2017 17:03:42 +0100 Subject: [PATCH] Tweak help/description --- src/Composer/Command/CheckPlatformReqsCommand.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Composer/Command/CheckPlatformReqsCommand.php b/src/Composer/Command/CheckPlatformReqsCommand.php index bd42b65c6..51be758b4 100644 --- a/src/Composer/Command/CheckPlatformReqsCommand.php +++ b/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(<<php composer.phar check-platform-reqs + EOT ); }