diff --git a/docs/features/wp-cli/reindex-indexables.md b/docs/features/wp-cli/reindex-indexables.md index 8170be04..cfc93b0f 100644 --- a/docs/features/wp-cli/reindex-indexables.md +++ b/docs/features/wp-cli/reindex-indexables.md @@ -43,6 +43,8 @@ There are also some additional options available when running the index command, * `--network`: Performs the indexation on all sites within the network. * `--reindex`: Removes all existing indexables and then reindexes them. +* `--skip-confirmation`: Prevent confirmation (for automated systems). +* `--interval=`: The number of microseconds (millionths of a second) to wait between index actions (default: 500000). ## Troubleshooting