Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
modified help message
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesantis committed Aug 3, 2010
1 parent 6322c1e commit 8643035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/jquery/install/install_generator.rb
Expand Up @@ -4,7 +4,7 @@ module Jquery
module Generators
class InstallGenerator < Rails::Generators::Base
extend TemplatePath
class_option :jqueryui, :type => :boolean, :default => false, :desc => "Indicates when to Include JQueryUI (minified, source: Google Libraries API)"
class_option :jqueryui, :type => :boolean, :default => false, :desc => "Indicates when to Include JQueryUI (minified version; source: Google Libraries API)"

def copy_initializer_files
if options.jqueryui?
Expand Down

0 comments on commit 8643035

Please sign in to comment.