Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
Co-authored-by: kenjis <[email protected]>
  • Loading branch information
warcooft and kenjis authored Jul 30, 2024
1 parent b80171e commit 925af01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/Commands/Utilities/Optimize.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ final class Optimize extends BaseCommand
* @var array<string, string>
*/
protected $options = [
'c' => 'Enable config caching.',
'l' => 'Enable locator caching.',
'c' => 'Enable only config caching.',
'l' => 'Enable only locator caching.',
'd' => 'Disable config and locator caching.',
];

Expand Down

0 comments on commit 925af01

Please sign in to comment.