<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,20 +5,28 @@ require 'gli'
 require 'support/scaffold'
 
 include GLI
+
 desc 'Be verbose'
 switch :v
 
-desc 'Print version'
+desc 'Show version'
 switch :version
 
-desc 'Dry run; don\'t change the disk'
+desc 'Dry run; don''t change the disk'
 switch :n
 
 desc 'Root dir of project'
+long_desc 'This is the directory where the project''s directory will be made, so if you specify a project name ''foo'' and the root dir of ''.'', the directory ''./foo'' will be created'
 default_value '.'
 flag [:r,:root]
 
 desc 'Create a new GLI-based project'
+long_desc &lt;&lt;EOS
+This will create a scaffold command line project that uses GLI
+for command line processing.  Specifically, this will create
+an executable ready to go, as well as a lib and test directory, all
+inside the directory named for your project
+EOS
 arg_name 'project_name [command[ command]*]'
 command [:init,:scaffold] do |c|
 </diff>
      <filename>bin/gli</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b10227add3ef2428d148c2d52ed2fd4f8c78c074</id>
    </parent>
  </parents>
  <author>
    <name>Dave Copeland</name>
    <email>davetron5000@gmail.com</email>
  </author>
  <url>http://github.com/davetron5000/gli/commit/723e2e6e9d8dbd8f6959f221ce226444e35effad</url>
  <id>723e2e6e9d8dbd8f6959f221ce226444e35effad</id>
  <committed-date>2009-07-12T14:12:14-07:00</committed-date>
  <authored-date>2009-07-12T14:12:14-07:00</authored-date>
  <message>Added long descriptions</message>
  <tree>119504a31341804abaee3aa944cf5b54f801b742</tree>
  <committer>
    <name>Dave Copeland</name>
    <email>davetron5000@gmail.com</email>
  </committer>
</commit>
