diff --git a/README.md b/README.md index a897aaa..729e657 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Index your content in Algolia Search API Options: --dry-run Does not push content to Algolia - --flush Does not reset the Algolia index before starting the indexation + --flush Resets the Algolia index before starting the indexation ``` ### Security Concerns diff --git a/index.js b/index.js index 3fcca86..2518533 100644 --- a/index.js +++ b/index.js @@ -22,7 +22,7 @@ hexo.extend.console.register( { name: '--dry-run', desc: 'Does not push content to Algolia' }, { name: '--flush', - desc: 'Does not reset the Algolia index before starting the indexation' + desc: 'Resets the Algolia index before starting the indexation' } ] },