Skip to content

Commit

Permalink
[rubygems/rubygems] Add --dryrun to the deprecated options when showi…
Browse files Browse the repository at this point in the history
…ng the help message

rubygems/rubygems@38230a77c1
  • Loading branch information
bronzdoc authored and hsbt committed Sep 28, 2020
1 parent 777840a commit 828cefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubygems/commands/cleanup_command.rb
Expand Up @@ -15,7 +15,7 @@ def initialize
options[:dryrun] = true
end

add_option('--dryrun',
add_option(:Deprecated, '--dryrun',
'Do not uninstall gems') do |value, options|
options[:dryrun] = true
end
Expand Down

0 comments on commit 828cefd

Please sign in to comment.