Skip to content

Commit

Permalink
Help texts: updates based on reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Apr 23, 2024
1 parent c85f1cf commit 45a6d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Help.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ private function getAllOptions()
],
'bootstrap' => [
'argument' => '--bootstrap=<bootstrap>',
'description' => 'Run the specified comma-separated file(s) before processing begins.',
'description' => 'Run the specified file(s) before processing begins. A list of files can be provided, separated by commas.',
],
'cache' => [
'argument' => '--cache[=<cacheFile>]',
Expand Down

0 comments on commit 45a6d33

Please sign in to comment.