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:
parent
b53ffb35e0
commit
4e873ffcda
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue