summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2012-04-06 18:55:42 +0000
committerRamiro Morales <cramm0@gmail.com>2012-04-06 18:55:42 +0000
commitb4a98271339e1595fc5e362da0d1b82b3c492448 (patch)
treef3e7981ea359c44849a0f033d1f78eb40c0b2b4e /docs
parent723445f40e33c1c68b4b501f8064e78a5ebd346e (diff)
Fixed #18074 -- Fixed description of dumpdata command --database option.
Thanks aruseni for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 845db15500..f65f302cdb 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -215,7 +215,7 @@ model names.
.. versionadded:: 1.2
The :djadminopt:`--database` option can be used to specify the database
-onto which the data will be loaded.
+from which data will be dumped.
.. django-admin-option:: --natural