mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove the -h option to dbconsole which is the shorter form of --header
This is done since the -h option to dbconsole hides the conventional -h for help and forces users to use --help to see the usage options for dbconsole.
This commit is contained in:
parent
5d704fa152
commit
4c872c017b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module Rails
|
|||
options['mode'] = mode
|
||||
end
|
||||
|
||||
opt.on("-h", "--header") do |h|
|
||||
opt.on("--header") do |h|
|
||||
options['header'] = h
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue