error(msg)
Show an error and exit
# File lib/rdoc/ri/ri_options.rb, line 117 def OptionList.error(msg) $stderr.puts $stderr.puts msg name = File.basename $PROGRAM_NAME $stderr.puts "\nFor help on options, try '#{name} --help'\n\n" exit 1 end