diff options
-rw-r--r-- | lib/rubygems/commands/uninstall_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ class Gem::Commands::UninstallCommand < Gem::Command add_option('-a', '--[no-]all', 'Uninstall all matching versions' - ) do |value, options| options[:all] = value end |