diff options
-rw-r--r-- | lib/rubygems/commands/cleanup_command.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,8 @@ class Gem::Commands::CleanupCommand < Gem::Command 'Clean up old versions of installed gems in the local repository', :force => false, :install_dir => Gem.dir - add_option('-d', '--dryrun', "") do |value, options| options[:dryrun] = true end @@ -162,4 +163,3 @@ are not removed. end end - |