From 21038f53153cbee041b8606016b74bc8f42ed323 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 4 Dec 2008 08:56:10 +0000 Subject: merges r20491 from trunk into ruby_1_9_1. * lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option): little documentation fix. a patch from okkez. [ruby-dev:37271] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/local_remote_options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rubygems/local_remote_options.rb b/lib/rubygems/local_remote_options.rb index d77d600ec..730cb69b8 100644 --- a/lib/rubygems/local_remote_options.rb +++ b/lib/rubygems/local_remote_options.rb @@ -99,7 +99,7 @@ module Gem::LocalRemoteOptions end ## - # Add the --source option + # Add the --update-source option def add_update_sources_option -- cgit