public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/JackDanger/rails.git
Fix generate usage argument order. Backported from trunk.

git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/stable@4704 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Marcel Molina (author)
Sun Aug 06 23:26:39 -0700 2006
commit  140e85c7246bf21613f6af1cee6d113dddfa552f
tree    b201b20be7a68930a87566cd91dd00bdf9ff793c
parent  817ace4d103a0c9e0d87f92584fbe209800ba80f
...
38
39
40
41
 
42
43
44
...
38
39
40
 
41
42
43
44
0
@@ -38,7 +38,7 @@ module Rails
0
         protected
0
           # Override with your own script usage banner.
0
           def banner
0
- "Usage: #{$0} [options] generator [args]"
0
+ "Usage: #{$0} generator [options] [args]"
0
           end
0
 
0
           def usage_message

Comments

    No one has commented yet.