From fef38fd542504d564e647bf5a7e54ca1c23a5f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 17 Jun 2009 11:49:15 +0200 Subject: Small alias typo. --- railties/lib/generator/generators/app.thor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'railties/lib/generator') diff --git a/railties/lib/generator/generators/app.thor b/railties/lib/generator/generators/app.thor index a15344051b..503b7ca8fd 100644 --- a/railties/lib/generator/generators/app.thor +++ b/railties/lib/generator/generators/app.thor @@ -12,7 +12,7 @@ module Rails::Generators argument :app_path, :type => :string - class_option :ruby, :type => :string, :aliases => "-d", :default => DEFAULT_SHEBANG, + class_option :ruby, :type => :string, :aliases => "-r", :default => DEFAULT_SHEBANG, :desc => "Path to the Ruby binary of your choice" class_option :database, :type => :string, :aliases => "-d", :default => DEFAULT_DATABASE, @@ -21,6 +21,7 @@ module Rails::Generators class_option :with_dispatchers, :type => :boolean, :aliases => "-D", :default => false, :desc => "Add CGI/FastCGI/mod_ruby dispatchers code" + # TODO Make use of this option class_option :freeze, :type => :boolean, :aliases => "-f", :default => false, :desc => "Freeze Rails in vendor/rails from the gems" -- cgit v1.2.3