We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80171e commit 925af01Copy full SHA for 925af01
system/Commands/Utilities/Optimize.php
@@ -60,8 +60,8 @@ final class Optimize extends BaseCommand
60
* @var array<string, string>
61
*/
62
protected $options = [
63
- 'c' => 'Enable config caching.',
64
- 'l' => 'Enable locator caching.',
+ 'c' => 'Enable only config caching.',
+ 'l' => 'Enable only locator caching.',
65
'd' => 'Disable config and locator caching.',
66
];
67
0 commit comments