1
0
Fork 0
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:
Vijay Dev 2011-11-22 00:05:46 +05:30
parent 5d704fa152
commit 4c872c017b

View file

@ -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