diff options
-rw-r--r-- | lib/rubygems/install_update_options.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ module Gem::InstallUpdateOptions end add_option(:"Install/Update", '-n', '--bindir DIR', - 'Directory where executables are', - 'located') do |value, options| options[:bin_dir] = File.expand_path(value) end |