summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands/rdoc_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/commands/rdoc_command.rb')
-rw-r--r--lib/rubygems/commands/rdoc_command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/commands/rdoc_command.rb b/lib/rubygems/commands/rdoc_command.rb
index 82180d485c..2790ae7e3e 100644
--- a/lib/rubygems/commands/rdoc_command.rb
+++ b/lib/rubygems/commands/rdoc_command.rb
@@ -20,12 +20,12 @@ module Gem
'installed gems') do |value, options|
options[:all] = value
end
- add_option('--[no-]rdoc',
+ add_option('--[no-]rdoc',
'Include RDoc generated documents') do
|value, options|
options[:include_rdoc] = value
end
- add_option('--[no-]ri',
+ add_option('--[no-]ri',
'Include RI generated documents'
) do |value, options|
options[:include_ri] = value