mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Minor fix to error message
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ee0bdcd628
commit
4441ea370b
3 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue