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