flag.Var(&listFlags,"l","validate JSON documents from newline separated paths and/or globs in a text file (relative to the basename of the file itself)")
flag.Var(&refFlags,"r","referenced schema(s), can be globs and/or used multiple times")
...
...
@@ -131,7 +150,6 @@ func realMain(args []string, w io.Writer) int {