mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix grammar [ci skip]
This commit is contained in:
parent
285a9f0dbe
commit
0e4b217446
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module Rails
|
|||
|
||||
OptionParser.new do |opt|
|
||||
opt.banner = "Usage: rails console [environment] [options]"
|
||||
opt.on('-s', '--sandbox', 'Rollbacks database modifications on exit.') { |v| options[:sandbox] = v }
|
||||
opt.on('-s', '--sandbox', 'Rollback database modifications on exit.') { |v| options[:sandbox] = v }
|
||||
opt.on("-e", "--environment=name", String,
|
||||
"Specifies the environment to run this console under (test/development/production).",
|
||||
"Default: development") { |v| options[:environment] = v.strip }
|
||||
|
|
Loading…
Reference in a new issue