Added flag.Usage output to check tool.
This commit is contained in:
parent
4d2e737694
commit
7f8f21cc46
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user