We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da55c4 commit 0e94e50Copy full SHA for 0e94e50
app/code/Magento/Theme/Console/Command/ThemeUninstallCommand.php
@@ -174,7 +174,7 @@ protected function configure()
174
self::INPUT_KEY_CLEAR_STATIC_CONTENT,
175
'c',
176
InputOption::VALUE_NONE,
177
- 'Clear generated static view files. Necessary, if the module(s) have static view files'
+ 'Clear generated static view files.'
178
);
179
parent::configure();
180
}
0 commit comments