Author: adrian
Date: 2012-02-17 08:51:22 -0800 (Fri, 17 Feb 2012)
New Revision: 17538

Modified:
   django/trunk/django/core/management/templates.py
Log:
Fixed missing periods in django-admin help for startproject from [17432]

Modified: django/trunk/django/core/management/templates.py
===================================================================
--- django/trunk/django/core/management/templates.py    2012-02-16 21:59:22 UTC 
(rev 17537)
+++ django/trunk/django/core/management/templates.py    2012-02-17 16:51:22 UTC 
(rev 17538)
@@ -45,12 +45,12 @@
                     help='The dotted import path to load the template from.'),
         make_option('--extension', '-e', dest='extensions',
                     action='append', default=['py'],
-                    help='The file extension(s) to render (default: "py") '
+                    help='The file extension(s) to render (default: "py"). '
                          'Separate multiple extensions with commas, or use '
                          '-e multiple times.'),
         make_option('--name', '-n', dest='files',
                     action='append', default=[],
-                    help='The file name(s) to render '
+                    help='The file name(s) to render. '
                          'Separate multiple extensions with commas, or use '
                          '-n multiple times.')
         )

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to