aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/commands/update_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/commands/update_command.rb')
-rw-r--r--lib/rubygems/commands/update_command.rb4
1 files changed, 2 insertions, 2 deletions
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: