[1.4.X] Fixed #18074 -- Fixed description of dumpdata command --database option.

Thanks aruseni for the report.

Backport of r17873 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Ramiro Morales 2012-04-06 18:59:06 +00:00
parent 61b13444c5
commit 9a3e9c27c2
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