Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4705

Show
Ignore:
Timestamp:
08/07/06 06:42:24 (2 years ago)
Author:
marcel
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/CHANGELOG

    r4686 r4705  
    11*SVN* 
     2 
     3* Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com] 
    24 
    35* Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook. [Nicholas Seckar] 
  • trunk/railties/lib/commands/plugin.rb

    r4612 r4705  
    578578      OptionParser.new do |o| 
    579579        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." 
    582582      end 
    583583    end