From 87900703839b155138aaf5af039f57eca684cac6 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 4 Dec 2008 05:55:36 +0000 Subject: * 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/trunk@20491 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