Skip to content

Commit

Permalink
Update command description to be better worded
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 14, 2023
1 parent b9077e7 commit 8dff4cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BuildSearchCommand extends Command
protected $signature = 'build:search';

/** @var string */
protected $description = 'Generate the docs/search.json';
protected $description = 'Generate the documentation search index';

public function handle(): int
{
Expand Down

0 comments on commit 8dff4cf

Please sign in to comment.