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