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
This commit is contained in:
parent
545cd6d6f0
commit
369b4270fa
|
@ -159,7 +159,7 @@ Django document:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ grep max_length /path/to/django/docs/*.txt
|
$ grep -r max_length /path/to/django/docs/*.txt
|
||||||
|
|
||||||
As HTML, locally
|
As HTML, locally
|
||||||
----------------
|
----------------
|
||||||
|
|
Loading…
Reference in New Issue