func usage()

in main.go [102:105]


func usage() {
	fmt.Println(usageText)
	os.Exit(0)
}