diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 9badd38a1f..3af0eb966c 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -4,6 +4,10 @@ the task description instead of the general Rake help. *Petrik de Heus* + +* Add missing `plugin new` command to help. + + *Petrik de Heus * Fix `config_for` error when there's only a shared root array. diff --git a/railties/lib/rails/commands/help/USAGE b/railties/lib/rails/commands/help/USAGE index fd3cb47529..94f7fe3f73 100644 --- a/railties/lib/rails/commands/help/USAGE +++ b/railties/lib/rails/commands/help/USAGE @@ -9,6 +9,7 @@ The most common rails commands are: <% unless engine? -%> new Create a new Rails application. "rails new my_app" creates a new application called MyApp in "./my_app" + plugin new Create a new Rails railtie or engine <% end -%> All commands can be run with -h (or --help) for more information.