From 8dff4cfa6551c419c95da1236d6f292932421f49 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Thu, 14 Dec 2023 15:42:26 +0100 Subject: [PATCH] Update command description to be better worded --- packages/framework/src/Console/Commands/BuildSearchCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {