Skip to content

Commit

Permalink
Merge r304 from trunk (options fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Mar 25, 2009
1 parent 0c9e4b2 commit 09a2acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdoc/options.rb
Expand Up @@ -430,7 +430,7 @@ def parse(argv)
warn "--inline-source will be removed from RDoc on or after August 2009" warn "--inline-source will be removed from RDoc on or after August 2009"
end end


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


Expand Down

0 comments on commit 09a2acb

Please sign in to comment.