<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,5 +21,6 @@ Optional arguments are (default):
     --autodisambiguate=true|false   (false)
     --outputType={xml|rss}          (xml)
     --focusWoeid=number             (none)
+    --documentTitle=string          (none)
 
 To register for an app id, visit https://developer.yahoo.com/wsregapp/</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -16,6 +16,7 @@ my %OPT;
 $OPT{appid} = undef;
 $OPT{inputLanguage} = 'en-US';
 $OPT{documentType} = 'text/html';
+$OPT{documentTitle} = '';
 $OPT{outputType} = 'xml';
 $OPT{autoDisambiguate} = 'true';
 $OPT{focusWoeid} = '';
@@ -53,7 +54,8 @@ usage: $name --appid=&lt;YAHOO_APPID&gt; [ --documentType=mime/type ]
   or:
        $name --appid=&lt;YAHOO_APPID&gt; [ --documentType=mime/type ]
        $spad [ --inputLanguage=lang-code] [ --autoDisambiguate=true|false ]
-       $spad [ --outputType={xml|rss} ] [ --focusWoeid=1234 ] -
+       $spad [ --outputType={xml|rss} ] [ --focusWoeid=1234 ]
+       $spad [ --documentTitle=&quot;string&quot; ] -
 
 EOF
   exit 64;
@@ -66,6 +68,7 @@ EOF
       'autoDisambiguate|auto|d=s' =&gt; \$OPT{autoDisambiguate},
       'inputLanguage|lang|l=s' =&gt; \$OPT{inputLanguage},
       'documentType|type|t=s' =&gt; \$OPT{documentType},
+      'documentTitle|title|i=s' =&gt; \$OPT{documentTitle},
       'outputType|format|f=s' =&gt; \$OPT{outputType},
       'focusWoeid|woeid|w=s' =&gt; \$OPT{focusWoeid},
       'h|help' =&gt; \$show_usage</diff>
      <filename>placemaker</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ab08920a4db40370522bb6d0c46f540360c4d0dc</id>
    </parent>
  </parents>
  <author>
    <name>James E. Flemer</name>
    <email>jflemer@minus.local</email>
  </author>
  <url>http://github.com/mojodna/placemaker-cli/commit/34ede757a937a938e99ea68e5e6592572167c53f</url>
  <id>34ede757a937a938e99ea68e5e6592572167c53f</id>
  <committed-date>2009-05-21T13:14:15-07:00</committed-date>
  <authored-date>2009-05-21T13:14:15-07:00</authored-date>
  <message>add documentTitle param</message>
  <tree>1c2e45ff882e516fdb7e3ab41744b9784cdcc70c</tree>
  <committer>
    <name>James E. Flemer</name>
    <email>jflemer@minus.local</email>
  </committer>
</commit>
