Skip to content

Commit eb99d81

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-99311: Asynchronous image resizing
1 parent 2831c2b commit eb99d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/MediaStorage/Console/Command/ImagesResizeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private function getOptionsList() : array
100100
return [
101101
new InputOption(
102102
self::ASYNC_RESIZE,
103-
'-a',
103+
'a',
104104
InputOption::VALUE_NONE,
105105
'Resize image in asynchronous mode'
106106
),

0 commit comments

Comments
 (0)