mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Corrected dbconsole usage message.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user