summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-06 17:29:59 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-06 17:29:59 +0000
commit9f7e2f38dd1c4f2d0b453fc40f65545cbe90de63 (patch)
tree1362b2ff1bbdd13d980de31c98d8243c38e7e1ec /docs
parenteaa8db131ddc06b0ed0d8c618979ad9467a0e37e (diff)
Fixed ReST formatting for docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/django-admin.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index 130a734567..ba9bb1403f 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -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.