summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-25 19:39:18 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-25 19:39:18 +0000
commit1ebb776992b87bf366ab17342dea9791e447fc61 (patch)
treec61e17c3fcbac351411d777198c4fa817739bf0b /lib
parent99b51818fc3803c62cacbb2a744e589063ead323 (diff)
downloadruby-1ebb776992b87bf366ab17342dea9791e447fc61.tar.gz
ruby-1ebb776992b87bf366ab17342dea9791e447fc61.tar.xz
ruby-1ebb776992b87bf366ab17342dea9791e447fc61.zip
*** empty log message ***
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rdoc/usage.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rdoc/usage.rb b/lib/rdoc/usage.rb
index 73821dfae..da6593d89 100644
--- a/lib/rdoc/usage.rb
+++ b/lib/rdoc/usage.rb
@@ -1,7 +1,7 @@
# = Synopsis
#
# This library allows command-line tools to encapsulate their usage
-# as a comment at the top of the main file. Calling <tt>RDoc::show_usage</tt>
+# as a comment at the top of the main file. Calling <tt>RDoc::usage</tt>
# then displays some or all of that comment, and optionally exits
# the program with an exit status. We always look for the comment
# in the main program file, so it is safe to call this method
@@ -190,7 +190,6 @@ module RDoc
#####
# Report the fact that no doc comment count be found
def RDoc.no_comment
-fail "xxx"
$stderr.puts "No usage information available for this program"
nil
end