<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,11 +7,11 @@ require File.dirname(__FILE__) + &quot;/../lib/integrity&quot;
 class WithIntegrity &lt; Thor
   include FileUtils
 
-  desc &quot;Install integrity at PATH&quot;, 
-       &quot;Copy template files at PATH. After this, edit the files to your convenience&quot;
+  desc &quot;install [PATH]&quot;,
+       &quot;Copy template files to PATH. Next, go there and edit them.&quot;
   def install(path)
     @root = File.expand_path(path)
-    
+
     create_dir_structure
     copy_template_files
     edit_template_files
@@ -19,28 +19,28 @@ class WithIntegrity &lt; Thor
     after_setup_message
   end
 
-  desc &quot;Create database based on the config file at CONFIG&quot;,
+  desc &quot;create_db [CONFIG]&quot;,
        &quot;Checks the `database_uri` in CONFIG and creates and bootstraps a database for integrity&quot;
   def create_db(config)
     Integrity.new(config)
     DataMapper.auto_migrate!
   end
-  
+
   private
     attr_reader :root
-    
+
     def create_dir_structure
       mkdir_p root
       mkdir_p root / &quot;builds&quot;
       mkdir_p root / &quot;log&quot;
     end
-    
+
     def copy_template_files
       cp Integrity.root / &quot;config&quot; / &quot;config.sample.ru&quot;,  root / &quot;config.ru&quot;
       cp Integrity.root / &quot;config&quot; / &quot;config.sample.yml&quot;, root / &quot;config.yml&quot;
       cp Integrity.root / &quot;config&quot; / &quot;thin.sample.yml&quot;,   root / &quot;thin.yml&quot;
     end
-    
+
     def edit_template_files
       edit_integrity_configuration
       edit_thin_configuration
@@ -58,7 +58,7 @@ class WithIntegrity &lt; Thor
       config.gsub!(%r(/apps/integrity), root)
       File.open(root / 'thin.yml', 'w') { |f| f.puts config }
     end
-  
+
     def after_setup_message
       puts
       puts %Q(Awesome! Integrity was installed successfully!)</diff>
      <filename>bin/integrity</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2f555508099d2c47877e240306fd66ca4b72cae6</id>
    </parent>
  </parents>
  <author>
    <name>Wilson Bilkovich</name>
    <email>wilson@supremetyrant.com</email>
  </author>
  <url>http://github.com/foca/integrity/commit/5a84bd67b5207ead17fc60296e02bb2f7b8dc42a</url>
  <id>5a84bd67b5207ead17fc60296e02bb2f7b8dc42a</id>
  <committed-date>2008-11-20T08:48:37-08:00</committed-date>
  <authored-date>2008-11-20T08:48:37-08:00</authored-date>
  <message>Edit Thor descriptions so that they display the command name in help output</message>
  <tree>4195e75172bf5e983bfd30b355da48015492f40f</tree>
  <committer>
    <name>Wilson Bilkovich</name>
    <email>wilson@supremetyrant.com</email>
  </committer>
</commit>
