Skip to content

Commit

Permalink
Clarify usage of script/plugin source. Closes #5344. [james.adam@gmai…
Browse files Browse the repository at this point in the history
…l.com]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4705 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
Marcel Molina committed Aug 7, 2006
1 parent c469e46 commit d63f6b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions railties/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*SVN*

* Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]

* Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook. [Nicholas Seckar]

* Tweak the Rails load order so observers are loaded after plugins, and reloaded in development mode. Closed #5279. [Rick Olson]
Expand Down
4 changes: 2 additions & 2 deletions railties/lib/commands/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@ def initialize(base_command)
def options
OptionParser.new do |o|
o.set_summary_indent(' ')
o.banner = "Usage: #{@base_command.script_name} source REPOSITORY"
o.define_head "Add a new repository."
o.banner = "Usage: #{@base_command.script_name} source REPOSITORY [REPOSITORY [REPOSITORY]...]"
o.define_head "Add new repositories to the default search list."
end
end

Expand Down

0 comments on commit d63f6b9

Please sign in to comment.