diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-04 05:55:36 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-04 05:55:36 +0000 |
commit | c69b59c43f4b5cffada5c05347b78038e86d4529 (patch) | |
tree | 6a4da78981eafe04c465965fe14c38b2d0529c94 /lib/rubygems/local_remote_options.rb | |
parent | f5332d6b5e79023c53c530317efe57bc12a92f42 (diff) |
* lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option):
little documentation fix. a patch from okkez. [ruby-dev:37271]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/local_remote_options.rb')
-rw-r--r-- | lib/rubygems/local_remote_options.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/local_remote_options.rb b/lib/rubygems/local_remote_options.rb index d77d600ec6..730cb69b83 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 |