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

Corrected dbconsole usage message.

This commit is contained in:
2011-04-12 00:59:55 -07:00
parent b53ffb35e0
commit 4e873ffcda

View file

@ -23,7 +23,7 @@ module Rails
include_password = false
options = {}
OptionParser.new do |opt|
opt.banner = "Usage: dbconsole [options] [environment]"
opt.banner = "Usage: dbconsole [environment] [options]"
opt.on("-p", "--include-password", "Automatically provide the password from database.yml") do |v|
include_password = true
end