Author: russellm
Date: 2008-08-28 06:46:34 -0500 (Thu, 28 Aug 2008)
New Revision: 8654

Modified:
   django/trunk/docs/intro/whatsnext.txt
Log:
Fixed #8581: Updated the suggested command for a low-tech documentation search. 
Thanks to Manuel Saelices for the report.

Modified: django/trunk/docs/intro/whatsnext.txt
===================================================================
--- django/trunk/docs/intro/whatsnext.txt       2008-08-28 11:43:54 UTC (rev 
8653)
+++ django/trunk/docs/intro/whatsnext.txt       2008-08-28 11:46:34 UTC (rev 
8654)
@@ -159,7 +159,7 @@
 
 .. code-block:: bash
 
-    $ grep max_length /path/to/django/docs/*.txt
+    $ grep -r max_length /path/to/django/docs/*.txt
     
 As HTML, locally
 ----------------


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