<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,13 @@
+== 0.1.13 (In Git)
+
+=== New features
+
+=== Bugfixes
+* document :x run option in command line help (#114, Aslak Helles&#248;y)
+
+=== Removed features
+None
+
 == 0.1.12 2008-12-04
 
 This is the &quot;getting serious with IronRuby release&quot; - largely based on 
@@ -17,18 +27,18 @@ None
 
 Bugfix release with a couple of minor additional features to the command line options.
 
-== New features
+=== New features
 * Capture output from cucumber in Autotest (Alan Larkin)
 * Update cucumber generator to work with latest Webrat (Bryan Helkamp)
 * CUCUMBR LIKEZ 2 SPEEK WIF KATS. KTHXBAI (Aimee Daniells)
 * Support for dynamically pluggable formatters (#99 Joseph Wilk)
 * --verbose mode to see ruby files and feature files loaded by Cucumber (#106 Joseph Wilk)
 
-== Bugfixes
+=== Bugfixes
 * The jcode library is not loaded on JRuby/Rails. Workaround for http://tinyurl.com/55uu3u. (Aslak Helles&#248;y)
 * Support including modules for class passed to --format (#109 Joseph Wilk)
 
-== Removed features
+=== Removed features
 * The cucumber gem no longer depends on the rspec gem. It must be downloaded manually if RSpec is used. (Jeff Rafter)
 
 == 0.1.10 2008-11-25</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -48,7 +48,11 @@ module Cucumber
       args.extend(OptionParser::Arguable)
 
       args.options do |opts|
-        opts.banner = &quot;Usage: cucumber [options] FILES|DIRS&quot;
+        opts.banner = [&quot;Usage: cucumber [options] [[FILE[:LINE]] | [FILES|DIRS]]&quot;, &quot;&quot;,
+          &quot;Examples:&quot;,
+          &quot;cucumber examples/i18n/en/features&quot;,
+          &quot;cucumber --language it examples/i18n/it/features/somma.feature:6&quot;, &quot;&quot;, &quot;&quot;
+        ].join(&quot;\n&quot;)
         opts.on(&quot;-r LIBRARY|DIR&quot;, &quot;--require LIBRARY|DIR&quot;, &quot;Require files before executing the features.&quot;,
           &quot;If this option is not specified, all *.rb files that&quot;,
           &quot;are siblings or below the features will be autorequired&quot;,</diff>
      <filename>lib/cucumber/cli.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module Cucumber #:nodoc:
   class VERSION #:nodoc:
     MAJOR = 0
     MINOR = 1
-    TINY  = 12
+    TINY  = 13
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/cucumber/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>064a7a49fe0d9b0a944658fb8663461ca998f0cc</id>
    </parent>
  </parents>
  <author>
    <name>Aslak Helles&#248;y</name>
    <login>aslakhellesoy</login>
    <email>aslak.hellesoy@gmail.com</email>
  </author>
  <url>http://github.com/aslakhellesoy/cucumber/commit/d6d18ec706346e83296fd704c97900cb31172f61</url>
  <id>d6d18ec706346e83296fd704c97900cb31172f61</id>
  <committed-date>2008-12-04T08:02:01-08:00</committed-date>
  <authored-date>2008-12-04T08:02:01-08:00</authored-date>
  <message>document :x run option in command line help [#114 state:resolved]</message>
  <tree>acc00dde19f73de02ef327d81c8f36bf24448b17</tree>
  <committer>
    <name>Aslak Helles&#248;y</name>
    <login>aslakhellesoy</login>
    <email>aslak.hellesoy@gmail.com</email>
  </committer>
</commit>
