summaryrefslogtreecommitdiff
path: root/lib/rdoc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-03 06:09:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-03 06:09:37 +0000
commitf01510d074913ac7c62843d661a905ffc265af69 (patch)
tree337aa5c52fb3185273bfbce0d107293aeb54f269 /lib/rdoc
parent6decf411c6f8fd6778d8d4326a8dd8a0e2c09dcd (diff)
* common.mk (rdoc): no force-update, and add RDOCFLAGS.
* lib/rdoc/options.rb (RDoc#parse): no-force-update option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc')
-rw-r--r--lib/rdoc/options.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/options.rb b/lib/rdoc/options.rb
index e4616f2aed..f67241bc03 100644
--- a/lib/rdoc/options.rb
+++ b/lib/rdoc/options.rb
@@ -193,7 +193,7 @@ Usage: #{opt.program_name} [options] [names...]
opt.separator nil
- opt.on("--force-update", "-U",
+ opt.on("--[no-]force-update", "-U",
"Forces rdoc to scan all sources even if",
"newer than the flag file.") do |value|
@force_update = value