Explorar o código

Fixed #8581: Updated the suggested command for a low-tech documentation search. Thanks to Manuel Saelices for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8654 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Russell Keith-Magee %!s(int64=16) %!d(string=hai) anos
pai
achega
369b4270fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/intro/whatsnext.txt

+ 1 - 1
docs/intro/whatsnext.txt

@@ -159,7 +159,7 @@ Django document:
 
 .. code-block:: bash
 
-    $ grep max_length /path/to/django/docs/*.txt
+    $ grep -r max_length /path/to/django/docs/*.txt
     
 As HTML, locally
 ----------------