Skip to content
Snippets Groups Projects
Commit c067ee4b authored by Ivan Gavryshko's avatar Ivan Gavryshko
Browse files

MAGETWO-36078: Move dev/tools/Magento/Tools/Webdev/file_assembler.php

- changed descripyion according to CR.
parent 543958c8
Branches
No related merge requests found
......@@ -50,7 +50,7 @@ class CssDeployCommand extends Command
/**
* Files argument key
*/
const FILES_ARGUMENT = 'files';
const FILES_ARGUMENT = 'file';
/**
* @var ObjectManagerInterface
......@@ -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 space-separate values)',
'Files to pre-process (file should be specified without extension)',
['css/styles-m']
),
new InputOption(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment