Skip to content

Commit

Permalink
./script/generate usage. Closes #5721.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4662 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Aug 5, 2006
1 parent 6b5ef88 commit c1c940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails_generator/scripts.rb
Expand Up @@ -38,7 +38,7 @@ def run(args = [], runtime_options = {})
protected
# Override with your own script usage banner.
def banner
"Usage: #{$0} [options] generator [args]"
"Usage: #{$0} generator [options] [args]"
end

def usage_message
Expand Down

0 comments on commit c1c940f

Please sign in to comment.