From 2c5e9fcf7369aa84c43cea5d67c9b76d92836fee Mon Sep 17 00:00:00 2001
From: Adrian Holovaty <adrian@holovaty.com>
Date: Sun, 21 May 2006 20:20:47 +0000
Subject: [PATCH] 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
---
 docs/django-admin.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

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