summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 357e22b1a5..7b6b6c4fd6 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -213,7 +213,7 @@ the output, you would call::
If you want to exclude multiple applications, use multiple ``--exclude``
directives::
- django-admin.py dumpdata --exclude=auth --exclude=contenttype
+ django-admin.py dumpdata --exclude=auth --exclude=contenttypes
.. django-admin-option:: --format <fmt>