Skip to content

Commit

Permalink
Missed fixing the banner on the Usage output for Thor
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Jun 4, 2010
1 parent 54249b5 commit 4d23bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/rails/app/app_generator.rb
Expand Up @@ -309,7 +309,7 @@ def bundle_if_dev_or_edge
protected

def self.banner
"rails #{self.arguments.map(&:usage).join(' ')} [options]"
"rails new #{self.arguments.map(&:usage).join(' ')} [options]"
end

def builder
Expand Down

0 comments on commit 4d23bdb

Please sign in to comment.