diff options
Diffstat (limited to 'lib/rubygems/commands')
-rw-r--r-- | lib/rubygems/commands/sources_command.rb | 2 | ||||
-rw-r--r-- | lib/rubygems/commands/update_command.rb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/rubygems/commands/sources_command.rb b/lib/rubygems/commands/sources_command.rb index 81ff07babc..56d7845c54 100644 --- a/lib/rubygems/commands/sources_command.rb +++ b/lib/rubygems/commands/sources_command.rb @@ -102,7 +102,7 @@ Do you want to add this insecure source? RubyGems fetches gems from the sources you have configured (stored in your ~/.gemrc). -The default source is https://rubygems.org, but you may have older sources +The default source is https://rubygems.org, but you may have other sources configured. This guide will help you update your sources or configure yourself to use your own gem server. diff --git a/lib/rubygems/commands/update_command.rb b/lib/rubygems/commands/update_command.rb index 001dd777cc..c758ce8a9d 100644 --- a/lib/rubygems/commands/update_command.rb +++ b/lib/rubygems/commands/update_command.rb @@ -47,7 +47,7 @@ class Gem::Commands::UpdateCommand < Gem::Command end def arguments # :nodoc: - "REGEXP regexp to search for in gem name" + "GEMNAME name of gem to update" end def defaults_str # :nodoc: @@ -64,7 +64,7 @@ command to remove old versions. end def usage # :nodoc: - "#{program_name} REGEXP [REGEXP ...]" + "#{program_name} GEMNAME [GEMNAME ...]" end def check_latest_rubygems version # :nodoc: |