Skip to content

Commit 09a2acb

Browse files
committed
Merge r304 from trunk (options fix)
1 parent 0c9e4b2 commit 09a2acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/options.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def parse(argv)
430430
warn "--inline-source will be removed from RDoc on or after August 2009"
431431
end
432432

433-
opt.on("--promiscuous", "-p" do |value|
433+
opt.on("--promiscuous", "-p") do |value|
434434
warn "--promiscuous will be removed from RDoc on or after August 2009"
435435
end
436436

0 commit comments

Comments
 (0)