Skip to content

Commit

Permalink
Update OptimizeClearCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Jan 9, 2025
1 parent 74aa907 commit a4313ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/OptimizeClearCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function getOptimizeClearTasks()
protected function getOptions()
{
return [
['except', 'e', InputOption::VALUE_OPTIONAL, 'Do not run the commands matching the key or name'],
['except', 'e', InputOption::VALUE_OPTIONAL, 'The commands to skip'],
];
}
}

0 comments on commit a4313ee

Please sign in to comment.