From 2a50123a12480fea84e231560fe2f75ed43795fb Mon Sep 17 00:00:00 2001
From: Ivan Gavryshko <igavryshko@ebay.com>
Date: Fri, 24 Apr 2015 10:37:43 -0500
Subject: [PATCH] MAGETWO-36078: Move
 dev/tools/Magento/Tools/Webdev/file_assembler.php

- fixed argument description
---
 app/code/Magento/Developer/Console/Command/CssDeployCommand.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/code/Magento/Developer/Console/Command/CssDeployCommand.php b/app/code/Magento/Developer/Console/Command/CssDeployCommand.php
index 1d8d859956e..2a9819eaeb7 100644
--- a/app/code/Magento/Developer/Console/Command/CssDeployCommand.php
+++ b/app/code/Magento/Developer/Console/Command/CssDeployCommand.php
@@ -142,7 +142,7 @@ class CssDeployCommand extends Command
                 new InputArgument(
                     self::FILES_ARGUMENT,
                     InputArgument::IS_ARRAY,
-                    'Files to pre-process (accept more than one file type as comma-separate values)',
+                    'Files to pre-process (accept more than one file type as space-separate values)',
                     ['css/styles-m']
                 ),
                 new InputOption(
-- 
GitLab