summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-21 20:20:47 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-21 20:20:47 +0000
commit2c5e9fcf7369aa84c43cea5d67c9b76d92836fee (patch)
tree35756fa2deb929b9cc539a3b5f9e0b6edb2c9be1
parent690f9ad8f091d5f5da97c12f8871aa7e1ade8307 (diff)
Fixed #1957 -- Added docs for 'version' to docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/django-admin.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index 8cb7897503..90f5f5e4ed 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -325,6 +325,16 @@ setting the Python path for you.
Displays a help message that includes a terse list of all available actions and
options.
+--version
+---------
+
+Displays the current Django version.
+
+Example output::
+
+ 0.9.1
+ 0.9.1 (SVN)
+
Extra niceties
==============