diff options
-rw-r--r-- | lib/rubygems/commands/owner_command.rb | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -40,9 +40,7 @@ permission to. options[:remove] << value end - add_option '-h', '--host HOST', - 'Use another gemcutter-compatible host', - ' (e.g. https://rubygems.org)' do |value, options| options[:host] = value end end |