bin/ruby-prof in ruby-prof-0.10.5 vs bin/ruby-prof in ruby-prof-0.10.6
- old
+ new
@@ -6,16 +6,14 @@
#
# == Usage
#
# ruby_prof [options] <script.rb> [--] [script-options]"
#
-# Options:
+# Various options:
# run "$ ruby-prof --help" to see them
-#
#
# See also: {flat profiles}[link:files/examples/flat_txt.html], {graph profiles}[link:files/examples/graph_txt.html], {html graph profiles}[link:files/examples/graph_html.html]
-#
require 'ostruct'
require 'optparse'
require File.dirname(__FILE__) + "/../lib/ruby-prof"
@@ -27,10 +25,10 @@
options.replace_prog_name = false
options.specialized_instruction = false
opts = OptionParser.new do |opts|
opts.banner = "ruby_prof #{RubyProf::VERSION}\n" +
- "Usage: ruby-prof [options] <script.rb> [--] [script-options]"
+ "Usage: ruby-prof [options] <script.rb> [--] [profiled-script-command-line-options]"
opts.separator ""
opts.separator "Options:"