Fix description option and update text.

This commit is contained in:
Andy Stewart 2011-07-13 09:56:04 +01:00
parent f92e6494e9
commit d04c8454ba
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module PaperTrail
extend ActiveRecord::Generators::Migration
source_root File.expand_path('../templates', __FILE__)
class_option :with_changes, :type => :boolean, :default => false, :description => "Storage changeset of objects"
class_option :with_changes, :type => :boolean, :default => false, :desc => "Store changeset (diff) with each version"
desc 'Generates (but does not run) a migration to add a versions table.'