提交 f1637492 编写于 作者: C Carlos Antonio da Silva

Merge pull request #9185 from tricknotes/fix-article-for-generator-name

Fix article for generator name
......@@ -20,10 +20,10 @@ class AppBase < Base # :nodoc:
def self.add_shared_options_for(name)
class_option :builder, type: :string, aliases: '-b',
desc: "Path to a #{name} builder (can be a filesystem path or URL)"
desc: "Path to some #{name} builder (can be a filesystem path or URL)"
class_option :template, type: :string, aliases: '-m',
desc: "Path to an #{name} template (can be a filesystem path or URL)"
desc: "Path to some #{name} template (can be a filesystem path or URL)"
class_option :skip_gemfile, type: :boolean, default: false,
desc: "Don't create a Gemfile"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册