From c2508c096625acb598d2be612e8f632e257119ea Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 14 Aug 2020 16:55:06 -0700 Subject: [PATCH] docs: Fix spelling of audit_fix_indexes. Fixes #16140. --- docs/production/upgrade-or-modify.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/production/upgrade-or-modify.md b/docs/production/upgrade-or-modify.md index 5005705743..b1d83109c8 100644 --- a/docs/production/upgrade-or-modify.md +++ b/docs/production/upgrade-or-modify.md @@ -298,7 +298,7 @@ instructions for other supported platforms. 7. As root, finish by verifying the contents of the full-text indexes: ``` - /home/zulip/deployments/current/manage.py --audit-fts-indexes + /home/zulip/deployments/current/manage.py audit_fts_indexes ``` ### Upgrading from Ubuntu 14.04 Trusty to 16.04 Xenial @@ -397,7 +397,7 @@ instructions for other supported platforms. 7. As root, finish by verifying the contents of the full-text indexes: ``` - /home/zulip/deployments/current/manage.py --audit-fts-indexes + /home/zulip/deployments/current/manage.py audit_fts_indexes ``` ## Upgrading PostgreSQL