# File check_flashpolicyd.rb, line 35
def showhelp
        begin
                require 'rdoc/ri/ri_paths'
                require 'rdoc/usage'
                RDoc::usage
        rescue Exception => e
                puts("Install RDoc::usage or view the comments in the top of the script to get detailed help")
        end
end