<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,20 +3,6 @@
 Django Crawler
 -----------------
 
-Usage
-~~~~~
-
-The crawler at the moment has 4 options implemented on it. I will
-outline them below and show example of the output. It is implemented
-as a management command, named crawlurls. You simply add `test_utils`
-to your `INSTALLED_APPS` and you are good to go. So to run it you
-simply do `./manage.py crawlurls`. It crawls your site using the
-`Django Test Client
-&lt;http://docs.djangoproject.com/en/dev/topics/testing/#module-
-django.test.client&gt;`__ (so no network traffic is required!) This
-allows the crawler to have intimate knowledge of your Django Code.
-This allows it to have features that other crawlers can't have.
-
 
 Core features
 ~~~~~~~~~~~~~
@@ -27,6 +13,35 @@ examine later. Once the crawler is done crawling your site, it will
 tell you what URLConf entries are not being hit.
 
 
+Usage
+~~~~~
+
+The crawler is implemented as a management command.
+
+Step 1: Add `test_utils` to your `INSTALLED_APPS`
+
+Step 2: The syntax for invoking the crawler looks like:
+
+.. sourcecode:: python
+
+     ./manage.py crawlurls [options] [relative_start_url]
+
+Relative start URLs are assumed to be relative to the site root and should
+look like 'some/path', 'home', or even '/'. The relative start URL will be
+normalized with leading and trailing slashes if they are not provided. The
+default relative start URL is '/'.
+
+The crawler at the moment has 4 options implemented on it. It crawls your
+site using the `Django Test Client
+&lt;http://docs.djangoproject.com/en/dev/topics/testing/#module-
+django.test.client&gt;`__ (so no network traffic is required!) This
+allows the crawler to have intimate knowledge of your Django Code.
+This allows it to have features that other crawlers can't have.
+
+
+Options
+~~~~~~~
+
 -v --verbosity [0,1,2]
 ``````````````````````
 </diff>
      <filename>docs/source/crawler.rst</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>716b8388058e7217c27dd8b1da8a6e12c1d49941</id>
    </parent>
  </parents>
  <author>
    <name>Brian Luft</name>
    <email>brian@unbracketed.com</email>
  </author>
  <url>http://github.com/ericholscher/django-test-utils/commit/ebcbd9780b01be9e7ab984576230be3caba6c98d</url>
  <id>ebcbd9780b01be9e7ab984576230be3caba6c98d</id>
  <committed-date>2009-10-09T18:40:06-07:00</committed-date>
  <authored-date>2009-09-11T17:18:47-07:00</authored-date>
  <message>updates documentation to talk about using the relative start URL argument</message>
  <tree>2051633327d3c67fe58dc476d2af38c2154c7376</tree>
  <committer>
    <name>Eric Holscher</name>
    <email>eric@ericholscher.com</email>
  </committer>
</commit>
