Ticket #8581: grep_command_fix_in_whatsnext.diff

File grep_command_fix_in_whatsnext.diff, 383 bytes (added by Manuel Saelices, 16 years ago)
  • docs/intro/whatsnext.txt

     
    159159
    160160.. code-block:: bash
    161161
    162     $ grep edit_inline /path/to/django/docs/*.txt
     162    $ grep -r edit_inline /path/to/django/docs/
    163163   
    164164As HTML, locally
    165165----------------
Back to Top