<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,6 +18,7 @@ Script to dump data from an iPhone's sync backup files.
 * Dump SMS message logs as a log file or an mbox file
 * Dump all of the iPhone backup files into a specified directory
 * Assumes only a single iPhone right now
+* For SMS logs, only US numbers work correctly, I haven't tested international numbers
 
 == SYNOPSIS:
 
@@ -26,8 +27,8 @@ iphone_data &lt;command&gt; [options]
 Commands include:
 
   help - show help
-  sms - show sms messages
-  dump - dump the iphone backup data
+  sms - dump sms messages in log or threaded mbox format
+  dump - dump the iphone backup data to a specified directory
 
 == REQUIREMENTS:
 </diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@ module IPhoneData
       
       option(&quot;format&quot;, &quot;f&quot;) do
         argument_optional
-        description &quot;Format in which to dump the sms messages, One of 'log' or 'mbox'&quot;
+        description &quot;Format in which to dump the sms messages, One of 'log' or 'mbox'. 'mbox' format is threaded.&quot;
         default &quot;log&quot;
         validate { |a| %w(log mbox).include? a }
         attribute # put it in local scope for run</diff>
      <filename>lib/iphone_data/command.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb93f7b8a0a08c59c0c217cc2392907d3ed6dbfb</id>
    </parent>
  </parents>
  <author>
    <name>Nathan Witmer</name>
    <email>nwitmer@gmail.com</email>
  </author>
  <url>http://github.com/aniero/iphone_data/commit/d4bbe956a932c3feaa1660ef8f6a7dd1a76701ac</url>
  <id>d4bbe956a932c3feaa1660ef8f6a7dd1a76701ac</id>
  <committed-date>2008-05-25T07:55:15-07:00</committed-date>
  <authored-date>2008-05-25T07:55:15-07:00</authored-date>
  <message>Updated README</message>
  <tree>7a1d910e496789f7ff3ead49ce1e8f7e7d25acb5</tree>
  <committer>
    <name>Nathan Witmer</name>
    <email>nwitmer@gmail.com</email>
  </committer>
</commit>
