Added flag.Usage output to check tool.

This commit is contained in:
David Howden 2015-06-07 12:54:39 +10:00
parent 4d2e737694
commit 7f8f21cc46

View File

@ -36,6 +36,7 @@ func main() {
if itlXML == "" && path == "" || itlXML != "" && path != "" {
fmt.Println("you must specify one of -itlXML or -path")
flag.Usage()
os.Exit(1)
}