]> BookStack Code Mirror - bookstack/commitdiff
Updated search-regen command description
authorDan Brown <redacted>
Sun, 1 Oct 2017 16:51:59 +0000 (17:51 +0100)
committerDan Brown <redacted>
Sun, 1 Oct 2017 16:51:59 +0000 (17:51 +0100)
app/Console/Commands/RegenerateSearch.php

index 1757911a7ce1226063bf91098302d74b9552b722..1a0005544bb5fa8a789dc21b6ab6c628fccafa9f 100644 (file)
@@ -19,7 +19,7 @@ class RegenerateSearch extends Command
      *
      * @var string
      */
-    protected $description = 'Command description';
+    protected $description = 'Re-index all content for searching';
 
     protected $searchService;