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:
parent
be980dd9fa
commit
777840a16a
Notes:
git
2020-09-28 14:54:56 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue