#801 ✓resolved
Tomoaki Hayasaka

typo in generator banners

Reported by Tomoaki Hayasaka | September 25th, 2010 @ 09:48 PM | in Hobo 1.3 (Rails 3)

I use Hobo 1.3pre6 + Rails 3.0.
Here's a patch.
(Yet I'm not sure these fixes are correct or not though...

diff --git a/hobo/lib/generators/hobo/setup_wizard/setup_wizard_generator.rb b/hobo/lib/generators/hobo/setup_wizard/setup_wizard_generator.rb
index b90c77f..5584f4e 100644
--- a/hobo/lib/generators/hobo/setup_wizard/setup_wizard_generator.rb
+++ b/hobo/lib/generators/hobo/setup_wizard/setup_wizard_generator.rb
@@ -11,7 +11,7 @@ module Hobo
     include Generators::Hobo::Taglib
 
     def self.banner
-      "rails generate hobo:test_framework NAME [options]"
+      "rails generate hobo:setup_wizard [USER_RESOURCE_NAME=user] [options]"
     end
 
     class_option :main_title, :type => :boolean,
diff --git a/hobo/lib/generators/hobo/subsite_taglib/subsite_taglib_generator.rb b/hobo/lib/generators/hobo/subsite_taglib/subsite_taglib_generator.rb
index 5e286be..6f45a8f 100644
--- a/hobo/lib/generators/hobo/subsite_taglib/subsite_taglib_generator.rb
+++ b/hobo/lib/generators/hobo/subsite_taglib/subsite_taglib_generator.rb
@@ -5,7 +5,7 @@ module Hobo
     include Generators::Hobo::Taglib
 
     def self.banner
-      "rails generate hobo:site_taglib NAME [USER_RESOURCE_NAME=user] [options]"
+      "rails generate hobo:subsite_taglib [USER_RESOURCE_NAME=user] [options]"
     end
 
     def generate_taglib

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

People watching this ticket

Tags

Pages