add flag description

This commit is contained in:
Daniel Klabbers 2021-10-20 14:39:35 +02:00
parent 59dd8f887e
commit 23c3b02201
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class RebuildDocumentsCommand extends Command
{
protected $signature = 'blomstra:search:documents:rebuild
{--flush : Flushes ALL the documents inside the index}
{--mapping : Create property mappings}
{--mapping : Create property mappings: booleans, dates and fulltext searches}
{--max-id= : Limits for each object the number of items to seed}';
protected $description = 'Rebuilds the complete search server with its documents.';