diff --git a/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php b/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php index bbd0a44254e89ce2e84d3bbe7e043ac80c76a435..be44fa903e59951a702bfa0e32867f8ec7fd67ca 100644 --- a/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php +++ b/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php @@ -71,7 +71,7 @@ class UpgradeCommand extends AbstractSetupCommand $installer->installSchema(); $installer->installDataFixtures(); if (!$keepGenerated) { - $output->writeln('<info>Please re-run Magento compile command</info>'); + $output->writeln('<info>Please re-run Magento compile command. Use setup:di:compile</info>'); } return \Magento\Framework\Console\Cli::RETURN_SUCCESS;