# File fab.rb, line 38
def usage
        puts"xx

Usage: xx [OPTION] ... filename/list
        -h, --help: show help
        -v: verbose
        
        filename/list: the file or list of files to check

"
        exit
end