diff --git a/packages/framework/src/Console/Commands/BuildSearchCommand.php b/packages/framework/src/Console/Commands/BuildSearchCommand.php index a886aad013d..03cf8f95934 100644 --- a/packages/framework/src/Console/Commands/BuildSearchCommand.php +++ b/packages/framework/src/Console/Commands/BuildSearchCommand.php @@ -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 {