diff --git a/packages/framework/src/Console/Commands/BuildSitemapCommand.php b/packages/framework/src/Console/Commands/BuildSitemapCommand.php index 65fbf232e80..e6eaacf1212 100644 --- a/packages/framework/src/Console/Commands/BuildSitemapCommand.php +++ b/packages/framework/src/Console/Commands/BuildSitemapCommand.php @@ -16,7 +16,7 @@ class BuildSitemapCommand extends Command protected $signature = 'build:sitemap'; /** @var string */ - protected $description = 'Generate the sitemap.xml'; + protected $description = 'Generate the sitemap.xml file'; public function handle(): int {