1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] We don't need shortucts for a deprecated flag

https://github.com/rubygems/rubygems/commit/087a1f9720
This commit is contained in:
bronzdoc 2020-08-31 07:19:40 -06:00 committed by Hiroshi SHIBATA
parent be980dd9fa
commit 777840a16a
Notes: git 2020-09-28 14:54:56 +09:00

View file

@ -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