From: Dan Brown Date: Sun, 1 Oct 2017 16:51:59 +0000 (+0100) Subject: Updated search-regen command description X-Git-Tag: v0.18.2~1^2~2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/2b3d6e4e4ad1ce5d2043147d339ddc7ae8c958b3 Updated search-regen command description --- diff --git a/app/Console/Commands/RegenerateSearch.php b/app/Console/Commands/RegenerateSearch.php index 1757911a7..1a0005544 100644 --- a/app/Console/Commands/RegenerateSearch.php +++ b/app/Console/Commands/RegenerateSearch.php @@ -19,7 +19,7 @@ class RegenerateSearch extends Command * * @var string */ - protected $description = 'Command description'; + protected $description = 'Re-index all content for searching'; protected $searchService;