1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Missed fixing the banner on the Usage output for Thor

Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
This commit is contained in:
Mikel Lindsaar 2010-06-04 16:36:38 +10:00 committed by David Heinemeier Hansson
parent bf83c5709f
commit 6401ab5870

View file

@ -309,7 +309,7 @@ module Rails
protected
def self.banner
"rails #{self.arguments.map(&:usage).join(' ')} [options]"
"rails new #{self.arguments.map(&:usage).join(' ')} [options]"
end
def builder