Skip to content

Commit

Permalink
fix dedupe sync usage example (#5446)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhindia authored Nov 15, 2021
1 parent 0a3d43f commit 2249e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/usage/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ The deduplication part of this command will run the deduplication for each findi
run the deduplication in the foreground process, use:

{{< highlight bash >}}
docker-compose exec uwsgi ./manage.py dedupe --dedupe-sync
docker-compose exec uwsgi ./manage.py dedupe --dedupe_sync
{{< / highlight >}}

Please note the deduplication process is resource intensive and can take a long time to complete
Expand Down

0 comments on commit 2249e5c

Please sign in to comment.