Fixed ReST formatting for docs/django-admin.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-06 17:29:59 +00:00
parent eaa8db131d
commit 9f7e2f38dd
1 changed files with 3 additions and 3 deletions

View File

@ -183,7 +183,7 @@ Available options
=================
--settings
==========
----------
Example usage::
@ -194,7 +194,7 @@ in Python path syntax, e.g. "myproject.settings.main". If this isn't provided,
``django-admin.py`` will use the DJANGO_SETTINGS_MODULE environment variable.
--pythonpath
============
------------
Example usage::
@ -207,7 +207,7 @@ variable.
.. _import search path: http://diveintopython.org/getting_to_know_python/everything_is_an_object.html
--help
======
------
Displays a help message that includes a terse list of all available actions and
options.