lib/generators/rodauth/oauth/views_generator.rb in rodauth-oauth-1.3.2 vs lib/generators/rodauth/oauth/views_generator.rb in rodauth-oauth-1.4.0
- old
+ new
@@ -18,14 +18,14 @@
DEPENDENCIES = {
}.freeze
class_option :features, type: :array,
- desc: "Roda OAuth features to generate views for (oauth_applications etc.)",
+ desc: "Rodauth OAuth features to generate views for (oauth_applications etc.)",
default: DEFAULT
class_option :all, aliases: "-a", type: :boolean,
- desc: "Generates views for all Roda OAuth features",
+ desc: "Generates views for all Rodauth OAuth features",
default: false
class_option :directory, aliases: "-d", type: :string,
desc: "The directory under app/views/* into which to create views",
default: "rodauth"