Skip to content

Commit 0e94e50

Browse files
committed
MAGETWO-38183: Remove Theme files with Composer
- changed option description
1 parent 7da55c4 commit 0e94e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Console/Command/ThemeUninstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ protected function configure()
174174
self::INPUT_KEY_CLEAR_STATIC_CONTENT,
175175
'c',
176176
InputOption::VALUE_NONE,
177-
'Clear generated static view files. Necessary, if the module(s) have static view files'
177+
'Clear generated static view files.'
178178
);
179179
parent::configure();
180180
}

0 commit comments

Comments
 (0)