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