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:
parent
bf83c5709f
commit
6401ab5870
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue