Author: adrian
Date: 2007-09-10 23:27:06 -0500 (Mon, 10 Sep 2007)
New Revision: 6093

Modified:
   django/trunk/django/core/management/__init__.py
Log:
Restored 'django-admin.py --help'

Modified: django/trunk/django/core/management/__init__.py
===================================================================
--- django/trunk/django/core/management/__init__.py     2007-09-11 04:25:55 UTC 
(rev 6092)
+++ django/trunk/django/core/management/__init__.py     2007-09-11 04:27:06 UTC 
(rev 6093)
@@ -101,7 +101,7 @@
         elif self.argv[1:] == ['--version']:
             print django.get_version()
         elif self.argv[1:] == ['--help']:
-            self.main_help_text()
+            sys.stderr.write(self.main_help_text() + '\n')
         else:
             self.fetch_command(subcommand).run_from_argv(self.argv)
 


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

Reply via email to