diff --git a/Changelog b/Changelog index 7c1da365c..b2bf3fd83 100755 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ 2016-04-25 DariusIII - Fix: Update sphinx releases_rt index when release files are added. + * Upd: Fix "porting" typo + * Fix: Update sphinx releases_rt index when release files are added. *** NOTE *** - you will need to do the following to update the sphinx index: 1) stop sphinxsearch - `sudo service sphinxsearch stop` 2) clear old index - `sudo rm /var/lib/sphinxsearch/data/*` diff --git a/app/extensions/command/Update.php b/app/extensions/command/Update.php index 0b0c0119c..21dd54bc3 100644 --- a/app/extensions/command/Update.php +++ b/app/extensions/command/Update.php @@ -31,7 +31,7 @@ use \newznab\db\DbUpdate; * Update various aspects of your indexer. * * Actions: - * * all|nzedb Fetches current git repo, composer dependencies, and update latest Db patches. + * * all|nntmux Fetches current git repo, composer dependencies, and update latest Db patches. * * db Update the Db with any patches not yet applied. * * git Performs git pull. * * predb Fetch and import TSV files into the predb table.