Changeset 4705
- Timestamp:
- 08/07/06 06:42:24 (2 years ago)
- Files:
-
- trunk/railties/CHANGELOG (modified) (1 diff)
- trunk/railties/lib/commands/plugin.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/CHANGELOG
r4686 r4705 1 1 *SVN* 2 3 * Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com] 2 4 3 5 * Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook. [Nicholas Seckar] trunk/railties/lib/commands/plugin.rb
r4612 r4705 578 578 OptionParser.new do |o| 579 579 o.set_summary_indent(' ') 580 o.banner = "Usage: #{@base_command.script_name} source REPOSITORY "581 o.define_head "Add a new repository."580 o.banner = "Usage: #{@base_command.script_name} source REPOSITORY [REPOSITORY [REPOSITORY]...]" 581 o.define_head "Add new repositories to the default search list." 582 582 end 583 583 end