diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2008-08-28 11:46:34 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2008-08-28 11:46:34 +0000 |
| commit | 369b4270fa0dc796f8553ac66998c3dbbffbd332 (patch) | |
| tree | cdaa1def4efdee34e8b0b555692ece8021546178 /docs | |
| parent | 545cd6d6f08fbd7b206fe75e89a8cb539aff0db6 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/whatsnext.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt index c3cc962341..5f0ee398f3 100644 --- a/docs/intro/whatsnext.txt +++ b/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 ---------------- |
