From 777840a16add54af7d84a049b4d5c06a8ba9ff99 Mon Sep 17 00:00:00 2001 From: bronzdoc Date: Mon, 31 Aug 2020 07:19:40 -0600 Subject: [rubygems/rubygems] We don't need shortucts for a deprecated flag https://github.com/rubygems/rubygems/commit/087a1f9720 --- lib/rubygems/commands/cleanup_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rubygems') diff --git a/lib/rubygems/commands/cleanup_command.rb b/lib/rubygems/commands/cleanup_command.rb index 9c38b30657..e5f438b09f 100644 --- a/lib/rubygems/commands/cleanup_command.rb +++ b/lib/rubygems/commands/cleanup_command.rb @@ -15,7 +15,7 @@ class Gem::Commands::CleanupCommand < Gem::Command options[:dryrun] = true end - add_option('-n', '-d', '--dryrun', + add_option('--dryrun', 'Do not uninstall gems') do |value, options| options[:dryrun] = true end -- cgit v1.2.3