From f21db1a0c8ba26480faf9c3c9a5f7fc166504f10 Mon Sep 17 00:00:00 2001
From: Sam Marcus <sammarcus@users.noreply.github.com>
Date: Tue, 18 Oct 2016 15:54:59 -0500
Subject: [PATCH] Shorted text because longer string failed CI build

---
 setup/src/Magento/Setup/Console/Command/UpgradeCommand.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php b/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php
index 0729ebdc273..be44fa903e5 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;
-- 
GitLab