1
0
Fork 0

Clarify required by root message, refs #5099

pull/5116/head
Jordi Boggiano 2016-03-26 09:24:58 +00:00
parent 5f9d4a81a0
commit 747af10483
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ class Installer
if ($reason instanceof Rule) {
switch ($reason->getReason()) {
case Rule::RULE_JOB_INSTALL:
$this->io->writeError(' REASON: Required by root: '.$reason->getPrettyString($pool));
$this->io->writeError(' REASON: Required by the root package: '.$reason->getPrettyString($pool));
$this->io->writeError('');
break;
case Rule::RULE_PACKAGE_REQUIRES: