From ce80ee44a8604b9a3b7dcd8efccf5919fa30dd7a Mon Sep 17 00:00:00 2001 From: Facundo Capua Date: Sun, 11 Jan 2015 12:22:18 -0300 Subject: [PATCH] Fix for the missed trailing end of line in indexer.php usage help text --- app/code/Magento/Indexer/Model/Shell.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/code/Magento/Indexer/Model/Shell.php b/app/code/Magento/Indexer/Model/Shell.php index 104aca109e684..835512a05d81c 100644 --- a/app/code/Magento/Indexer/Model/Shell.php +++ b/app/code/Magento/Indexer/Model/Shell.php @@ -241,6 +241,7 @@ public function getUsageHelp() help This help Comma separated indexer codes or value "all" for all indexers + USAGE; } }