Skip to content

Commit 369b427

Browse files
committed
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
1 parent 545cd6d commit 369b427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro/whatsnext.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Django document:
159159

160160
.. code-block:: bash
161161

162-
$ grep max_length /path/to/django/docs/*.txt
162+
$ grep -r max_length /path/to/django/docs/*.txt
163163

164164
As HTML, locally
165165
----------------

0 commit comments

Comments
 (0)