diff --git a/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php b/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php index be44fa903e59951a702bfa0e32867f8ec7fd67ca..ad2ad3d7b6969dcf241bd9f273ae4330d9fedcd2 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. Use setup:di:compile</info>'); + $output->writeln('<info>Please re-run Magento compile command. Use the command "setup:di:compile"</info>'); } return \Magento\Framework\Console\Cli::RETURN_SUCCESS;