mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Change --freeze alias from -f to -F to avoid conflict with --force.
This commit is contained in:
@@ -19,7 +19,7 @@ module Rails::Generators
|
||||
class_option :database, :type => :string, :aliases => "-d", :default => DEFAULT_DATABASE,
|
||||
:desc => "Preconfigure for selected database (options: #{DATABASES.join('/')})"
|
||||
|
||||
class_option :freeze, :type => :boolean, :aliases => "-f", :default => false,
|
||||
class_option :freeze, :type => :boolean, :aliases => "-F", :default => false,
|
||||
:desc => "Freeze Rails in vendor/rails from the gems"
|
||||
|
||||
class_option :template, :type => :string, :aliases => "-m",
|
||||
|
||||
Reference in New Issue
Block a user