mirror of https://github.com/rails/rails
Missed fixing the banner on the Usage output for Thor
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
This commit is contained in:
parent
bf83c5709f
commit
6401ab5870
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue