mirror of https://github.com/rails/rails
Merge pull request #49594 from akhilgkrishnan/rails-new-database-desc-consistancy
Add consistent option description for --database on rails new
This commit is contained in:
commit
13722f21ee
|
@ -39,7 +39,7 @@ module Rails
|
|||
desc: "Path to some #{name} template (can be a filesystem path or URL)"
|
||||
|
||||
class_option :database, type: :string, aliases: "-d", default: "sqlite3",
|
||||
desc: "Preconfigure for selected database (options: #{DATABASES.join('/')})"
|
||||
desc: "Preconfigure for selected database [options: #{DATABASES.join(", ")}]"
|
||||
|
||||
class_option :skip_git, type: :boolean, aliases: "-G", default: nil,
|
||||
desc: "Skip git init, .gitignore and .gitattributes"
|
||||
|
|
Loading…
Reference in New Issue