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
This commit is contained in:
Ramiro Morales 2012-04-06 18:55:42 +00:00
parent 723445f40e
commit b4a9827133
1 changed files with 1 additions and 1 deletions

View File

@ -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