Skip to content

Commit 81de6e8

Browse files
committed
Not experimantal
1 parent dc1bb00 commit 81de6e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/rdoc/options.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,7 @@ def parse(argv)
424424

425425
opt.on("--[no-]only-undocumented", "-u",
426426
"Prints a report on undocumented items.",
427-
"Does not generate files.",
428-
"THIS FEATURE IS EXPERIMENTAL") do |value|
427+
"Does not generate files.") do |value|
429428
@only_undocumented = value
430429
@force_update = true if value
431430
end

0 commit comments

Comments
 (0)